diff options
| author | Jussi Pakkanen <jpakkane@gmail.com> | 2013-11-25 23:38:34 +0200 |
|---|---|---|
| committer | Jussi Pakkanen <jpakkane@gmail.com> | 2013-11-25 23:38:34 +0200 |
| commit | 00a7010871e389e871fa830423f2109ca8a06770 (patch) | |
| tree | 2daf15cade812af69a06f4cbb67e928befa12ae6 /coredata.py | |
| parent | 0b5096ac3167d03bf1ea6e22b0fdeb30a6597d7d (diff) | |
| download | meson-00a7010871e389e871fa830423f2109ca8a06770.tar.gz | |
Update version number for new release.
Diffstat (limited to 'coredata.py')
| -rw-r--r-- | coredata.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coredata.py b/coredata.py index fe49463f2..d3d7afe65 100644 --- a/coredata.py +++ b/coredata.py @@ -14,7 +14,7 @@ import pickle, os -version = '0.10.0' +version = '0.11.0-research' # This class contains all data that must persist over multiple # invocations of Meson. It is roughly the same thing as |
