summaryrefslogtreecommitdiff
path: root/coredata.py
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2014-09-13 01:21:25 +0300
committerJussi Pakkanen <jpakkane@gmail.com>2014-09-13 01:21:25 +0300
commit2d0f9d044bed25c046959f36c61fb89e4061fb32 (patch)
tree4448c16623f4308464fca4fddb158bd9022f19b0 /coredata.py
parent7a8ff8da5dcc6364c5d082fd524da31a394e9fdc (diff)
downloadmeson-2d0f9d044bed25c046959f36c61fb89e4061fb32.tar.gz
New version name for 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 155a49363..d573230e0 100644
--- a/coredata.py
+++ b/coredata.py
@@ -14,7 +14,7 @@
import pickle, os, uuid
-version = '0.20.0'
+version = '0.21.0-research'
# This class contains all data that must persist over multiple
# invocations of Meson. It is roughly the same thing as