summaryrefslogtreecommitdiff
path: root/coredata.py
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2013-07-15 12:18:36 +0300
committerJussi Pakkanen <jpakkane@gmail.com>2013-07-15 12:18:36 +0300
commite8ba26563c9475df22093e4a29f4e89638506918 (patch)
tree282da41374eed4cda06e9c1d6b2d557995f28c5e /coredata.py
parente95ff93f1b37e5f911267b5781f1e40c448f82ed (diff)
downloadmeson-e8ba26563c9475df22093e4a29f4e89638506918.tar.gz
Bumped version number for next version.
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 6803f16ce..5e18057f4 100644
--- a/coredata.py
+++ b/coredata.py
@@ -14,7 +14,7 @@
import pickle
-version = '0.5.0'
+version = '0.6.0-research'
# This class contains all data that must persist over multiple
# invocations of Meson. It is roughly the same thing as