aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2015-03-31 01:37:08 +0300
committerJussi Pakkanen <jpakkane@gmail.com>2015-03-31 01:37:08 +0300
commit9158c42839ba01d144844f4dcd1f633d0405843b (patch)
tree9c1ac0d6ecf91ea2dc7e2a6dfea1c0e942e6352d
parent5a790fbc626c187086e7a55952fa72c8328815b7 (diff)
downloadmeson-9158c42839ba01d144844f4dcd1f633d0405843b.zip
meson-9158c42839ba01d144844f4dcd1f633d0405843b.tar.gz
meson-9158c42839ba01d144844f4dcd1f633d0405843b.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 fd48ce7..180780c 100644
--- a/coredata.py
+++ b/coredata.py
@@ -14,7 +14,7 @@
import pickle, os, uuid
-version = '0.23.0'
+version = '0.24.0-research'
# This class contains all data that must persist over multiple
# invocations of Meson. It is roughly the same thing as