aboutsummaryrefslogtreecommitdiff
path: root/coredata.py
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2013-07-15 12:13:10 +0300
committerJussi Pakkanen <jpakkane@gmail.com>2013-07-15 12:13:10 +0300
commite95ff93f1b37e5f911267b5781f1e40c448f82ed (patch)
tree612e7577cc5a38eabd1539a695cf0ce78f53f704 /coredata.py
parent82811798887485534165d1ba99a402272bd322ad (diff)
downloadmeson-e95ff93f1b37e5f911267b5781f1e40c448f82ed.zip
meson-e95ff93f1b37e5f911267b5781f1e40c448f82ed.tar.gz
meson-e95ff93f1b37e5f911267b5781f1e40c448f82ed.tar.bz2
Bumped version number for release.0.5.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 9ba4a59..6803f16 100644
--- a/coredata.py
+++ b/coredata.py
@@ -14,7 +14,7 @@
import pickle
-version = '0.5.0-research'
+version = '0.5.0'
# This class contains all data that must persist over multiple
# invocations of Meson. It is roughly the same thing as