diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2014-10-24 05:03:37 +0300 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2014-10-24 05:03:37 +0300 |
commit | 6d9c55c01de00a785bcdcea0fb267a6eb7a2d04b (patch) | |
tree | e0cdeebce1403999c49f8b277c76bdb3e2e78e27 | |
parent | ad2f03da7b43467af5ab7b155ee1c1eefb6afa94 (diff) | |
download | meson-6d9c55c01de00a785bcdcea0fb267a6eb7a2d04b.zip meson-6d9c55c01de00a785bcdcea0fb267a6eb7a2d04b.tar.gz meson-6d9c55c01de00a785bcdcea0fb267a6eb7a2d04b.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 0436604..e7d8bcd 100644 --- a/coredata.py +++ b/coredata.py @@ -14,7 +14,7 @@ import pickle, os, uuid -version = '0.21.0' +version = '0.22.0-research' # This class contains all data that must persist over multiple # invocations of Meson. It is roughly the same thing as |