aboutsummaryrefslogtreecommitdiff
path: root/coredata.py
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2014-07-14 18:52:48 +0300
committerJussi Pakkanen <jpakkane@gmail.com>2014-07-14 18:52:48 +0300
commit16c4775e020872cfaed3723d5f82403730831de1 (patch)
tree0c1abe9c2a07edf28f600d69afe7d49ed3e4a8d2 /coredata.py
parent182fe0d1b63259479c5636af85a94220e071f7df (diff)
downloadmeson-16c4775e020872cfaed3723d5f82403730831de1.zip
meson-16c4775e020872cfaed3723d5f82403730831de1.tar.gz
meson-16c4775e020872cfaed3723d5f82403730831de1.tar.bz2
Bumping version number 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 7ab3fb6..619b15b 100644
--- a/coredata.py
+++ b/coredata.py
@@ -14,7 +14,7 @@
import pickle, os, uuid
-version = '0.18.0'
+version = '0.19.0-research'
# This class contains all data that must persist over multiple
# invocations of Meson. It is roughly the same thing as