summaryrefslogtreecommitdiff
path: root/coredata.py
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2013-08-05 19:50:28 +0300
committerJussi Pakkanen <jpakkane@gmail.com>2013-08-05 19:50:28 +0300
commitd5c6e810baa3d9762fbd014b6198fbda9b30bbdb (patch)
tree2f135ff9d4f4d0f85dd53cdd0944cd14a4713a89 /coredata.py
parente8b36c9acc66f04cc3060fe05978f22fbae2bacf (diff)
downloadmeson-d5c6e810baa3d9762fbd014b6198fbda9b30bbdb.tar.gz
Bumped 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 03d848bb5..78a8ef0e9 100644
--- a/coredata.py
+++ b/coredata.py
@@ -14,7 +14,7 @@
import pickle
-version = '0.6.0'
+version = '0.7.0-research'
# This class contains all data that must persist over multiple
# invocations of Meson. It is roughly the same thing as