summaryrefslogtreecommitdiff
path: root/coredata.py
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2014-05-10 22:29:30 +0300
committerJussi Pakkanen <jpakkane@gmail.com>2014-05-10 22:29:30 +0300
commit077af31f3e83ff0c23950e3aaed2a62bc2ea8c9e (patch)
tree6c430e6ae6ce05a51cccbfc83dc0287335d9e2c6 /coredata.py
parent0322579329d8a6a5251682f82b412feaef503c2f (diff)
downloadmeson-077af31f3e83ff0c23950e3aaed2a62bc2ea8c9e.tar.gz
Bump version number for release.
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 9937911b8..ba7bff0b0 100644
--- a/coredata.py
+++ b/coredata.py
@@ -14,7 +14,7 @@
import pickle, os, uuid
-version = '0.16.0-research'
+version = '0.16.0'
# This class contains all data that must persist over multiple
# invocations of Meson. It is roughly the same thing as