diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2013-07-15 12:13:10 +0300 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2013-07-15 12:13:10 +0300 |
commit | e95ff93f1b37e5f911267b5781f1e40c448f82ed (patch) | |
tree | 612e7577cc5a38eabd1539a695cf0ce78f53f704 | |
parent | 82811798887485534165d1ba99a402272bd322ad (diff) | |
download | meson-e95ff93f1b37e5f911267b5781f1e40c448f82ed.zip meson-e95ff93f1b37e5f911267b5781f1e40c448f82ed.tar.gz meson-e95ff93f1b37e5f911267b5781f1e40c448f82ed.tar.bz2 |
Bumped version number for release.0.5.0
-rw-r--r-- | coredata.py | 2 |
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 |