aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2013-11-25 23:38:34 +0200
committerJussi Pakkanen <jpakkane@gmail.com>2013-11-25 23:38:34 +0200
commit00a7010871e389e871fa830423f2109ca8a06770 (patch)
tree2daf15cade812af69a06f4cbb67e928befa12ae6
parent0b5096ac3167d03bf1ea6e22b0fdeb30a6597d7d (diff)
downloadmeson-00a7010871e389e871fa830423f2109ca8a06770.zip
meson-00a7010871e389e871fa830423f2109ca8a06770.tar.gz
meson-00a7010871e389e871fa830423f2109ca8a06770.tar.bz2
Update version number for new release.
-rw-r--r--coredata.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/coredata.py b/coredata.py
index fe49463..d3d7afe 100644
--- a/coredata.py
+++ b/coredata.py
@@ -14,7 +14,7 @@
import pickle, os
-version = '0.10.0'
+version = '0.11.0-research'
# This class contains all data that must persist over multiple
# invocations of Meson. It is roughly the same thing as