aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2013-06-12 21:49:13 +0300
committerJussi Pakkanen <jpakkane@gmail.com>2013-06-12 21:49:13 +0300
commite1bc1b39b2ed54bf26140f4e19ba8701147c3c3c (patch)
tree5a9555beb97a71e87d1292240e50ab97f0c9a416
parent7d17ecc1f7c001e5f8493d76162400ca2896683e (diff)
downloadmeson-0.4.1.zip
meson-0.4.1.tar.gz
meson-0.4.1.tar.bz2
Set version number to 0.4.1 for bugfix release.0.4.1
-rw-r--r--coredata.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/coredata.py b/coredata.py
index 74a55bb..03d0cdd 100644
--- a/coredata.py
+++ b/coredata.py
@@ -16,7 +16,7 @@
import pickle
-version = '0.5.0-research'
+version = '0.4.1'
# This class contains all data that must persist over multiple
# invocations of Meson. It is roughly the same thing as