aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2014-05-10 23:02:48 +0300
committerJussi Pakkanen <jpakkane@gmail.com>2014-05-10 23:02:48 +0300
commitcbe19a07b0222958c80961483d1833f087682ea0 (patch)
tree3b0cccd6e5e98b2068ea2ff9a20d749cdbb5a390
parent077af31f3e83ff0c23950e3aaed2a62bc2ea8c9e (diff)
downloadmeson-cbe19a07b0222958c80961483d1833f087682ea0.zip
meson-cbe19a07b0222958c80961483d1833f087682ea0.tar.gz
meson-cbe19a07b0222958c80961483d1833f087682ea0.tar.bz2
Bump version for new development.
-rw-r--r--coredata.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/coredata.py b/coredata.py
index ba7bff0..b0367cf 100644
--- a/coredata.py
+++ b/coredata.py
@@ -14,7 +14,7 @@
import pickle, os, uuid
-version = '0.16.0'
+version = '0.17.0-research'
# This class contains all data that must persist over multiple
# invocations of Meson. It is roughly the same thing as