aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2016-01-24 19:12:33 +0200
committerJussi Pakkanen <jpakkane@gmail.com>2016-01-24 19:12:33 +0200
commit8d8d696966a47fd2dfc78ccc01df945700b1a8ba (patch)
tree7d0e5745e4a13cd5714442487e94a44a98795e1e
parentdf47d0b1a502a05b845cd0ca7b0a0e32d9a9182f (diff)
downloadmeson-8d8d696966a47fd2dfc78ccc01df945700b1a8ba.zip
meson-8d8d696966a47fd2dfc78ccc01df945700b1a8ba.tar.gz
meson-8d8d696966a47fd2dfc78ccc01df945700b1a8ba.tar.bz2
Bump version for new development.
-rw-r--r--mesonbuild/coredata.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mesonbuild/coredata.py b/mesonbuild/coredata.py
index 715e744..247dcc8 100644
--- a/mesonbuild/coredata.py
+++ b/mesonbuild/coredata.py
@@ -14,7 +14,7 @@
import pickle, os, uuid
-version = '0.29.0'
+version = '0.30.0.dev1'
build_types = ['plain', 'debug', 'debugoptimized', 'release']
layouts = ['mirror', 'flat']