diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2015-05-23 22:14:57 +0300 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2015-05-23 22:14:57 +0300 |
commit | ba1e9cd4f109e78a869a99e29b9d9504f2c4a8b5 (patch) | |
tree | ebe9002457a84afc2c70d0ed95c16c7d2e273a8f | |
parent | 4e5618123dc83e70b4cdf3fc333f3dcb2edec320 (diff) | |
download | meson-ba1e9cd4f109e78a869a99e29b9d9504f2c4a8b5.zip meson-ba1e9cd4f109e78a869a99e29b9d9504f2c4a8b5.tar.gz meson-ba1e9cd4f109e78a869a99e29b9d9504f2c4a8b5.tar.bz2 |
Bump 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 4855eba..59702f7 100644 --- a/coredata.py +++ b/coredata.py @@ -14,7 +14,7 @@ import pickle, os, uuid -version = '0.24.0' +version = '0.25.0-research' # This class contains all data that must persist over multiple # invocations of Meson. It is roughly the same thing as |