aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2014-10-24 05:03:37 +0300
committerJussi Pakkanen <jpakkane@gmail.com>2014-10-24 05:03:37 +0300
commit6d9c55c01de00a785bcdcea0fb267a6eb7a2d04b (patch)
treee0cdeebce1403999c49f8b277c76bdb3e2e78e27
parentad2f03da7b43467af5ab7b155ee1c1eefb6afa94 (diff)
downloadmeson-6d9c55c01de00a785bcdcea0fb267a6eb7a2d04b.zip
meson-6d9c55c01de00a785bcdcea0fb267a6eb7a2d04b.tar.gz
meson-6d9c55c01de00a785bcdcea0fb267a6eb7a2d04b.tar.bz2
Bump 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 0436604..e7d8bcd 100644
--- a/coredata.py
+++ b/coredata.py
@@ -14,7 +14,7 @@
import pickle, os, uuid
-version = '0.21.0'
+version = '0.22.0-research'
# This class contains all data that must persist over multiple
# invocations of Meson. It is roughly the same thing as