Skip to content

Commit e93d36d

Browse files
committed
We are now at v0.2
1 parent 423f090 commit e93d36d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ We have a [small list of starter projects](https://github.com/dropbox/pyston/wik
2525
- Focus was on building and validating the core Python-to-LLVM JIT infrastructure.
2626
- Many core parts of the language were missing.
2727

28-
##### v0.2: [released 9/11/2014](http://blog.pyston.org/)
28+
##### v0.2: [released 9/11/2014](http://blog.pyston.org/2014/09/11/9/)
2929
- Focus was on improving language compatibility to the point that we can start running "real code" in the form of existing benchmarks.
3030
- Many new features:
3131
- Exceptions

Diff for: src/jit.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ int main(int argc, char** argv) {
193193
}
194194

195195
if (repl) {
196-
printf("Pyston v0.1 (rev " STRINGIFY(GITREV) ")");
196+
printf("Pyston v0.2 (rev " STRINGIFY(GITREV) ")");
197197
printf(", targeting Python %d.%d.%d\n", PYTHON_VERSION_MAJOR, PYTHON_VERSION_MINOR, PYTHON_VERSION_MICRO);
198198

199199
if (!main_module) {

0 commit comments

Comments
 (0)