diff options
| author | Jussi Pakkanen <jpakkane@gmail.com> | 2013-12-22 02:29:09 +0200 |
|---|---|---|
| committer | Jussi Pakkanen <jpakkane@gmail.com> | 2013-12-22 02:29:09 +0200 |
| commit | e55742825899c7b474f6a10365ea4e645bf7d703 (patch) | |
| tree | 084cee8ec7f4464153c3fed50ed7bafd9f53a3ac /coredata.py | |
| parent | 125b4d197604a512157d075a5cdbd378012d9d3b (diff) | |
| download | meson-e55742825899c7b474f6a10365ea4e645bf7d703.tar.gz | |
Raise 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 58c8ee902..dcf7101e4 100644 --- a/coredata.py +++ b/coredata.py @@ -14,7 +14,7 @@ import pickle, os -version = '0.11.0' +version = '0.12.0-research' # This class contains all data that must persist over multiple # invocations of Meson. It is roughly the same thing as |
