diff options
| author | Jussi Pakkanen <jpakkane@gmail.com> | 2013-09-01 00:30:03 +0300 |
|---|---|---|
| committer | Jussi Pakkanen <jpakkane@gmail.com> | 2013-09-01 00:30:03 +0300 |
| commit | bfbb1328bc4a0562ac627072bdfc3f4b326726c4 (patch) | |
| tree | 13a78fdae2a410e2413cfa98a4a1297c50726b7a /coredata.py | |
| parent | 30c9787cf7ee6eb50d956f02ba2930e04f1fb083 (diff) | |
| download | meson-bfbb1328bc4a0562ac627072bdfc3f4b326726c4.tar.gz | |
Updated version number for release.
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 5ff142e09..a7ac5b116 100644 --- a/coredata.py +++ b/coredata.py @@ -14,7 +14,7 @@ import pickle, os -version = '0.7.0-research' +version = '0.7.0' # This class contains all data that must persist over multiple # invocations of Meson. It is roughly the same thing as |
