aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2013-10-20 23:45:55 +0300
committerJussi Pakkanen <jpakkane@gmail.com>2013-10-20 23:45:55 +0300
commit412be60f3c89084864f4e9dfbc53be409327d066 (patch)
tree5535c5aaaae506e7a55c0130139196690cb00586
parent70057294181892dcf70f05cd51a26922e73f516f (diff)
downloadmeson-412be60f3c89084864f4e9dfbc53be409327d066.zip
meson-412be60f3c89084864f4e9dfbc53be409327d066.tar.gz
meson-412be60f3c89084864f4e9dfbc53be409327d066.tar.bz2
Bump version number for release.0.9.0
-rw-r--r--coredata.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/coredata.py b/coredata.py
index 0c8a0e8..e0e1763 100644
--- a/coredata.py
+++ b/coredata.py
@@ -14,7 +14,7 @@
import pickle, os
-version = '0.9.0-research'
+version = '0.9.0'
# This class contains all data that must persist over multiple
# invocations of Meson. It is roughly the same thing as