Skip to content

Commit

Permalink
We are now at v0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kmod committed Sep 11, 2014
1 parent 423f090 commit e93d36d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ We have a [small list of starter projects](https://github.com/dropbox/pyston/wik
- Focus was on building and validating the core Python-to-LLVM JIT infrastructure.
- Many core parts of the language were missing.

##### v0.2: [released 9/11/2014](http://blog.pyston.org/)
##### v0.2: [released 9/11/2014](http://blog.pyston.org/2014/09/11/9/)
- Focus was on improving language compatibility to the point that we can start running "real code" in the form of existing benchmarks.
- Many new features:
- Exceptions
Expand Down
2 changes: 1 addition & 1 deletion src/jit.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ int main(int argc, char** argv) {
}

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

if (!main_module) {
Expand Down

0 comments on commit e93d36d

Please sign in to comment.