aboutsummaryrefslogtreecommitdiff
path: root/coredata.py
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2015-05-23 22:14:57 +0300
committerJussi Pakkanen <jpakkane@gmail.com>2015-05-23 22:14:57 +0300
commitba1e9cd4f109e78a869a99e29b9d9504f2c4a8b5 (patch)
treeebe9002457a84afc2c70d0ed95c16c7d2e273a8f /coredata.py
parent4e5618123dc83e70b4cdf3fc333f3dcb2edec320 (diff)
downloadmeson-ba1e9cd4f109e78a869a99e29b9d9504f2c4a8b5.zip
meson-ba1e9cd4f109e78a869a99e29b9d9504f2c4a8b5.tar.gz
meson-ba1e9cd4f109e78a869a99e29b9d9504f2c4a8b5.tar.bz2
Bump 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 4855eba..59702f7 100644
--- a/coredata.py
+++ b/coredata.py
@@ -14,7 +14,7 @@
import pickle, os, uuid
-version = '0.24.0'
+version = '0.25.0-research'
# This class contains all data that must persist over multiple
# invocations of Meson. It is roughly the same thing as