diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2014-06-05 00:02:16 +0300 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2014-06-05 00:02:16 +0300 |
commit | 322fed9d75fde7a1bbd71d548218b482e977fb73 (patch) | |
tree | 6bb9b4318f262ed5d252cfedf296790f1e9e4b1b | |
parent | e2257a59df9d52016e4658fac5c7171883ffee20 (diff) | |
download | meson-322fed9d75fde7a1bbd71d548218b482e977fb73.zip meson-322fed9d75fde7a1bbd71d548218b482e977fb73.tar.gz meson-322fed9d75fde7a1bbd71d548218b482e977fb73.tar.bz2 |
Bump version number for new development.
-rw-r--r-- | coredata.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coredata.py b/coredata.py index 6c9a8da..75d387c 100644 --- a/coredata.py +++ b/coredata.py @@ -14,7 +14,7 @@ import pickle, os, uuid -version = '0.17.0' +version = '0.18.0-research' # This class contains all data that must persist over multiple # invocations of Meson. It is roughly the same thing as |