aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2015-01-19 21:57:45 +0200
committerJussi Pakkanen <jpakkane@gmail.com>2015-01-19 21:57:45 +0200
commit9b79c635f8e9c90e01dcd1a3e16d0890ccb8bbac (patch)
treed46462e82d7ad550c1296aae65b39ca699ddc46c
parent94cdde038a267910f6c392c506d0dc728e2b92f7 (diff)
downloadmeson-9b79c635f8e9c90e01dcd1a3e16d0890ccb8bbac.zip
meson-9b79c635f8e9c90e01dcd1a3e16d0890ccb8bbac.tar.gz
meson-9b79c635f8e9c90e01dcd1a3e16d0890ccb8bbac.tar.bz2
New 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 1b56fd0..15c327a 100644
--- a/coredata.py
+++ b/coredata.py
@@ -14,7 +14,7 @@
import pickle, os, uuid
-version = '0.22.0'
+version = '0.23.0-research'
# This class contains all data that must persist over multiple
# invocations of Meson. It is roughly the same thing as