Skip to content

Commit

Permalink
Update for v0.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
kmod committed Feb 24, 2015
1 parent acd1119 commit fb9159c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,13 @@ We have a [small list of starter projects](https://github.com/dropbox/pyston/wik
- Multithreading support
- We have allowed performance to regress, sometimes considerably, but (hopefully) in places that allow for more efficient implementations as we have time.

##### v0.3: current series
- Goal is to improve performance, informed by our behavior on real benchmarks.
##### v0.3: [released 2/24/2015](http://blog.pyston.org/2015/02/24/pyston-0-3-self-hosting-sufficiency/)
- Better language support
- Can self-host all of our internal Python scripts
- Better performance
- Match CPython's performance on our small benchmark suite

##### v0.4: Coming soon

### Getting started

Expand Down
2 changes: 1 addition & 1 deletion src/core/options.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ namespace pyston {
int GLOBAL_VERBOSITY = 0;

int PYSTON_VERSION_MAJOR = 0;
int PYSTON_VERSION_MINOR = 2;
int PYSTON_VERSION_MINOR = 3;

int PYTHON_VERSION_MAJOR = DEFAULT_PYTHON_MAJOR_VERSION;
int PYTHON_VERSION_MINOR = DEFAULT_PYTHON_MINOR_VERSION;
Expand Down

0 comments on commit fb9159c

Please sign in to comment.