aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2014-01-20 00:57:24 +0200
committerJussi Pakkanen <jpakkane@gmail.com>2014-01-20 00:57:24 +0200
commit3993039933991514852c6a36420d645221140930 (patch)
treede04507b2199a8bab8200bbdc147f90f53890829
parentc9d95603483a0fe76c3edfda2b242496535d1b86 (diff)
downloadmeson-3993039933991514852c6a36420d645221140930.zip
meson-3993039933991514852c6a36420d645221140930.tar.gz
meson-3993039933991514852c6a36420d645221140930.tar.bz2
Bumped 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 e6fb664..10ea744 100644
--- a/coredata.py
+++ b/coredata.py
@@ -14,7 +14,7 @@
import pickle, os
-version = '0.12.0'
+version = '0.13.0-research'
# This class contains all data that must persist over multiple
# invocations of Meson. It is roughly the same thing as