aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2013-09-30 22:24:39 +0300
committerJussi Pakkanen <jpakkane@gmail.com>2013-09-30 22:24:39 +0300
commit2e656bce021e22113014470d2ef04ae46ff938c9 (patch)
tree1867b21e3a40f586625ff9724b6dc58b6ca3d161
parent66d2fde07e6d868316a2962530d758c961bfac10 (diff)
downloadmeson-2e656bce021e22113014470d2ef04ae46ff938c9.zip
meson-2e656bce021e22113014470d2ef04ae46ff938c9.tar.gz
meson-2e656bce021e22113014470d2ef04ae46ff938c9.tar.bz2
Fur realz this time.
-rw-r--r--coredata.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/coredata.py b/coredata.py
index 1acbe50..366e41a 100644
--- a/coredata.py
+++ b/coredata.py
@@ -14,7 +14,7 @@
import pickle, os
-version = '0.8.0'
+version = '0.9.0-research'
# This class contains all data that must persist over multiple
# invocations of Meson. It is roughly the same thing as