aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2014-08-11 00:51:32 +0300
committerJussi Pakkanen <jpakkane@gmail.com>2014-08-11 00:51:32 +0300
commit47b60fb10e5d6ab7351f0a95fa2a6d5ff2b428ce (patch)
tree89ae41c0760c5988367c09413d45c320b4dd66c7
parent3032bf528357b8cb1c6be9c591f916068a921be3 (diff)
downloadmeson-47b60fb10e5d6ab7351f0a95fa2a6d5ff2b428ce.zip
meson-47b60fb10e5d6ab7351f0a95fa2a6d5ff2b428ce.tar.gz
meson-47b60fb10e5d6ab7351f0a95fa2a6d5ff2b428ce.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 8b6ff80..3f71797 100644
--- a/coredata.py
+++ b/coredata.py
@@ -14,7 +14,7 @@
import pickle, os, uuid
-version = '0.19.0'
+version = '0.20.0-research'
# This class contains all data that must persist over multiple
# invocations of Meson. It is roughly the same thing as