summaryrefslogtreecommitdiff
path: root/coredata.py
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2015-03-31 01:00:48 +0300
committerJussi Pakkanen <jpakkane@gmail.com>2015-03-31 01:00:48 +0300
commit5a790fbc626c187086e7a55952fa72c8328815b7 (patch)
tree29783efe3089712684ec0400ad0706bfa9df74e2 /coredata.py
parent9d9b1d6007c6e94465110a1ddf247af8e2225b08 (diff)
downloadmeson-5a790fbc626c187086e7a55952fa72c8328815b7.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 6ca22c678..fd48ce7b9 100644
--- a/coredata.py
+++ b/coredata.py
@@ -14,7 +14,7 @@
import pickle, os, uuid
-version = '0.23.0-research'
+version = '0.23.0'
# This class contains all data that must persist over multiple
# invocations of Meson. It is roughly the same thing as