diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2013-06-09 21:10:52 +0300 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2013-06-09 21:10:52 +0300 |
commit | 8cc00355df4a3933c5b9436c3e3624bffa346b24 (patch) | |
tree | 1c96f55363f7b97cc5c94e27519a035351338007 | |
parent | 7ac68e0d6e88ff091567496b4ed25b605b08b638 (diff) | |
download | meson-8cc00355df4a3933c5b9436c3e3624bffa346b24.zip meson-8cc00355df4a3933c5b9436c3e3624bffa346b24.tar.gz meson-8cc00355df4a3933c5b9436c3e3624bffa346b24.tar.bz2 |
Updated version number for new development.
-rw-r--r-- | coredata.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coredata.py b/coredata.py index 123a477..74a55bb 100644 --- a/coredata.py +++ b/coredata.py @@ -16,7 +16,7 @@ import pickle -version = '0.4.0' +version = '0.5.0-research' # This class contains all data that must persist over multiple # invocations of Meson. It is roughly the same thing as |