aboutsummaryrefslogtreecommitdiff
path: root/coredata.py
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2013-06-12 21:53:22 +0300
committerJussi Pakkanen <jpakkane@gmail.com>2013-06-12 21:53:22 +0300
commit73b9353a1081e6f7d6c2c3e4fc76b224ef33d874 (patch)
treef2b0c7777f7075cba54cffae136a0a40fdff64ae /coredata.py
parente1bc1b39b2ed54bf26140f4e19ba8701147c3c3c (diff)
downloadmeson-73b9353a1081e6f7d6c2c3e4fc76b224ef33d874.zip
meson-73b9353a1081e6f7d6c2c3e4fc76b224ef33d874.tar.gz
meson-73b9353a1081e6f7d6c2c3e4fc76b224ef33d874.tar.bz2
Version number back to 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 03d0cdd..74a55bb 100644
--- a/coredata.py
+++ b/coredata.py
@@ -16,7 +16,7 @@
import pickle
-version = '0.4.1'
+version = '0.5.0-research'
# This class contains all data that must persist over multiple
# invocations of Meson. It is roughly the same thing as