diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2014-09-13 01:21:25 +0300 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2014-09-13 01:21:25 +0300 |
commit | 2d0f9d044bed25c046959f36c61fb89e4061fb32 (patch) | |
tree | 4448c16623f4308464fca4fddb158bd9022f19b0 | |
parent | 7a8ff8da5dcc6364c5d082fd524da31a394e9fdc (diff) | |
download | meson-2d0f9d044bed25c046959f36c61fb89e4061fb32.zip meson-2d0f9d044bed25c046959f36c61fb89e4061fb32.tar.gz meson-2d0f9d044bed25c046959f36c61fb89e4061fb32.tar.bz2 |
New version name for new development.
-rwxr-xr-x[-rw-r--r--] | commandrunner.py | 0 | ||||
-rw-r--r-- | coredata.py | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/commandrunner.py b/commandrunner.py index cc312b8..cc312b8 100644..100755 --- a/commandrunner.py +++ b/commandrunner.py diff --git a/coredata.py b/coredata.py index 155a493..d573230 100644 --- a/coredata.py +++ b/coredata.py @@ -14,7 +14,7 @@ import pickle, os, uuid -version = '0.20.0' +version = '0.21.0-research' # This class contains all data that must persist over multiple # invocations of Meson. It is roughly the same thing as |