aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2015-09-12 22:49:01 +0300
committerJussi Pakkanen <jpakkane@gmail.com>2015-09-12 22:49:01 +0300
commit77d53c2266ec0d8cb4d2a0da9fae93f0eafb30c7 (patch)
tree00226727d8355dd1c9bf9d98fd5d1376f017a4ed
parent68a6bd3b11bccf1b6c0ee034cb565e2e42a34976 (diff)
downloadmeson-77d53c2266ec0d8cb4d2a0da9fae93f0eafb30c7.zip
meson-77d53c2266ec0d8cb4d2a0da9fae93f0eafb30c7.tar.gz
meson-77d53c2266ec0d8cb4d2a0da9fae93f0eafb30c7.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 f6712a2..2a7b2ce 100644
--- a/coredata.py
+++ b/coredata.py
@@ -14,7 +14,7 @@
import pickle, os, uuid
-version = '0.26.0'
+version = '0.27.0-research'
builtin_options = {'buildtype': True,
'strip': True,