aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2013-12-22 02:29:09 +0200
committerJussi Pakkanen <jpakkane@gmail.com>2013-12-22 02:29:09 +0200
commite55742825899c7b474f6a10365ea4e645bf7d703 (patch)
tree084cee8ec7f4464153c3fed50ed7bafd9f53a3ac
parent125b4d197604a512157d075a5cdbd378012d9d3b (diff)
downloadmeson-e55742825899c7b474f6a10365ea4e645bf7d703.zip
meson-e55742825899c7b474f6a10365ea4e645bf7d703.tar.gz
meson-e55742825899c7b474f6a10365ea4e645bf7d703.tar.bz2
Raise 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 58c8ee9..dcf7101 100644
--- a/coredata.py
+++ b/coredata.py
@@ -14,7 +14,7 @@
import pickle, os
-version = '0.11.0'
+version = '0.12.0-research'
# This class contains all data that must persist over multiple
# invocations of Meson. It is roughly the same thing as