summaryrefslogtreecommitdiff
path: root/coredata.py
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2014-06-05 00:02:16 +0300
committerJussi Pakkanen <jpakkane@gmail.com>2014-06-05 00:02:16 +0300
commit322fed9d75fde7a1bbd71d548218b482e977fb73 (patch)
tree6bb9b4318f262ed5d252cfedf296790f1e9e4b1b /coredata.py
parente2257a59df9d52016e4658fac5c7171883ffee20 (diff)
downloadmeson-322fed9d75fde7a1bbd71d548218b482e977fb73.tar.gz
Bump version number for new development.
Diffstat (limited to 'coredata.py')
-rw-r--r--coredata.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/coredata.py b/coredata.py
index 6c9a8da46..75d387c7c 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