aboutsummaryrefslogtreecommitdiff
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
parente8b36c9acc66f04cc3060fe05978f22fbae2bacf (diff)
downloadmeson-d5c6e810baa3d9762fbd014b6198fbda9b30bbdb.zip
meson-d5c6e810baa3d9762fbd014b6198fbda9b30bbdb.tar.gz
meson-d5c6e810baa3d9762fbd014b6198fbda9b30bbdb.tar.bz2
Bumped version number for new development.
-rw-r--r--coredata.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/coredata.py b/coredata.py
index 03d848b..78a8ef0 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