diff options
| author | Jussi Pakkanen <jpakkane@gmail.com> | 2014-08-11 00:51:32 +0300 |
|---|---|---|
| committer | Jussi Pakkanen <jpakkane@gmail.com> | 2014-08-11 00:51:32 +0300 |
| commit | 47b60fb10e5d6ab7351f0a95fa2a6d5ff2b428ce (patch) | |
| tree | 89ae41c0760c5988367c09413d45c320b4dd66c7 /coredata.py | |
| parent | 3032bf528357b8cb1c6be9c591f916068a921be3 (diff) | |
| download | meson-47b60fb10e5d6ab7351f0a95fa2a6d5ff2b428ce.tar.gz | |
Bump version number 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 8b6ff8029..3f7179767 100644 --- a/coredata.py +++ b/coredata.py @@ -14,7 +14,7 @@ import pickle, os, uuid -version = '0.19.0' +version = '0.20.0-research' # This class contains all data that must persist over multiple # invocations of Meson. It is roughly the same thing as |
