summaryrefslogtreecommitdiff
path: root/coredata.py
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2013-10-20 23:47:21 +0300
committerJussi Pakkanen <jpakkane@gmail.com>2013-10-20 23:47:21 +0300
commit5541ee41079f12a53dbe3e657daef790ef495057 (patch)
tree8ec476270000211e6e7fda80ca751a6f66dca73c /coredata.py
parent412be60f3c89084864f4e9dfbc53be409327d066 (diff)
downloadmeson-5541ee41079f12a53dbe3e657daef790ef495057.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 e0e1763b7..40a6eeab9 100644
--- a/coredata.py
+++ b/coredata.py
@@ -14,7 +14,7 @@
import pickle, os
-version = '0.9.0'
+version = '0.10.0-research'
# This class contains all data that must persist over multiple
# invocations of Meson. It is roughly the same thing as