diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2015-03-31 01:37:08 +0300 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2015-03-31 01:37:08 +0300 |
commit | 9158c42839ba01d144844f4dcd1f633d0405843b (patch) | |
tree | 9c1ac0d6ecf91ea2dc7e2a6dfea1c0e942e6352d | |
parent | 5a790fbc626c187086e7a55952fa72c8328815b7 (diff) | |
download | meson-9158c42839ba01d144844f4dcd1f633d0405843b.zip meson-9158c42839ba01d144844f4dcd1f633d0405843b.tar.gz meson-9158c42839ba01d144844f4dcd1f633d0405843b.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 fd48ce7..180780c 100644 --- a/coredata.py +++ b/coredata.py @@ -14,7 +14,7 @@ import pickle, os, uuid -version = '0.23.0' +version = '0.24.0-research' # This class contains all data that must persist over multiple # invocations of Meson. It is roughly the same thing as |