aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2014-02-24 22:32:30 +0200
committerJussi Pakkanen <jpakkane@gmail.com>2014-02-24 22:32:30 +0200
commit1a2b69d5c3bc511aa2cac732c19c5290ff8f90ce (patch)
tree8608ebc60381fa0c83d908c88af4c4f4aefef8ab
parent54788e9114cdc8ca1428ea1b4be42107533353f0 (diff)
downloadmeson-1a2b69d5c3bc511aa2cac732c19c5290ff8f90ce.zip
meson-1a2b69d5c3bc511aa2cac732c19c5290ff8f90ce.tar.gz
meson-1a2b69d5c3bc511aa2cac732c19c5290ff8f90ce.tar.bz2
Bumb version number for new release.
-rw-r--r--coredata.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/coredata.py b/coredata.py
index 4866c92..6ec58ad 100644
--- a/coredata.py
+++ b/coredata.py
@@ -14,7 +14,7 @@
import pickle, os
-version = '0.13.0'
+version = '0.14.0-research'
# This class contains all data that must persist over multiple
# invocations of Meson. It is roughly the same thing as