aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2014-04-13 01:18:53 +0300
committerJussi Pakkanen <jpakkane@gmail.com>2014-04-13 01:18:53 +0300
commit52084bdf8856f5955da4e70df7ea7bf53aea1d96 (patch)
tree4db4fe18b3cab32f71111a67a9634003f685cc5d
parent0cf36d574e1fb144680079e3a665daf6027198b7 (diff)
downloadmeson-52084bdf8856f5955da4e70df7ea7bf53aea1d96.zip
meson-52084bdf8856f5955da4e70df7ea7bf53aea1d96.tar.gz
meson-52084bdf8856f5955da4e70df7ea7bf53aea1d96.tar.bz2
Bump version for new development.
-rw-r--r--coredata.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/coredata.py b/coredata.py
index a935c34..9937911 100644
--- a/coredata.py
+++ b/coredata.py
@@ -14,7 +14,7 @@
import pickle, os, uuid
-version = '0.15.0'
+version = '0.16.0-research'
# This class contains all data that must persist over multiple
# invocations of Meson. It is roughly the same thing as