diff options
| author | Jussi Pakkanen <jpakkane@gmail.com> | 2013-07-15 12:18:36 +0300 |
|---|---|---|
| committer | Jussi Pakkanen <jpakkane@gmail.com> | 2013-07-15 12:18:36 +0300 |
| commit | e8ba26563c9475df22093e4a29f4e89638506918 (patch) | |
| tree | 282da41374eed4cda06e9c1d6b2d557995f28c5e /coredata.py | |
| parent | e95ff93f1b37e5f911267b5781f1e40c448f82ed (diff) | |
| download | meson-e8ba26563c9475df22093e4a29f4e89638506918.tar.gz | |
Bumped version number for next version.
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 6803f16ce..5e18057f4 100644 --- a/coredata.py +++ b/coredata.py @@ -14,7 +14,7 @@ import pickle -version = '0.5.0' +version = '0.6.0-research' # This class contains all data that must persist over multiple # invocations of Meson. It is roughly the same thing as |
