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 /coredata.py | |
| parent | 7a8ff8da5dcc6364c5d082fd524da31a394e9fdc (diff) | |
| download | meson-2d0f9d044bed25c046959f36c61fb89e4061fb32.tar.gz | |
New version name for new development.
Diffstat (limited to 'coredata.py')
| -rw-r--r-- | coredata.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coredata.py b/coredata.py index 155a49363..d573230e0 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 |
