summaryrefslogtreecommitdiff
path: root/coredata.py
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2014-07-14 18:23:11 +0300
committerJussi Pakkanen <jpakkane@gmail.com>2014-07-14 18:23:11 +0300
commit182fe0d1b63259479c5636af85a94220e071f7df (patch)
tree99b6746b8ede3ca6d3bdd45baa627cce1238dcaa /coredata.py
parent5df4e62dfd766b88788ca6f9ecdac2d5300b9018 (diff)
downloadmeson-182fe0d1b63259479c5636af85a94220e071f7df.tar.gz
Bump version number for release and no longer install to a versioned directory because the packages are not coinstallable anyway.0.18.0
Diffstat (limited to 'coredata.py')
-rw-r--r--coredata.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/coredata.py b/coredata.py
index a8b336975..7ab3fb662 100644
--- a/coredata.py
+++ b/coredata.py
@@ -14,7 +14,7 @@
import pickle, os, uuid
-version = '0.18.0-research'
+version = '0.18.0'
# This class contains all data that must persist over multiple
# invocations of Meson. It is roughly the same thing as