diff options
| author | Jussi Pakkanen <jpakkane@gmail.com> | 2014-05-10 22:29:30 +0300 |
|---|---|---|
| committer | Jussi Pakkanen <jpakkane@gmail.com> | 2014-05-10 22:29:30 +0300 |
| commit | 077af31f3e83ff0c23950e3aaed2a62bc2ea8c9e (patch) | |
| tree | 6c430e6ae6ce05a51cccbfc83dc0287335d9e2c6 /coredata.py | |
| parent | 0322579329d8a6a5251682f82b412feaef503c2f (diff) | |
| download | meson-077af31f3e83ff0c23950e3aaed2a62bc2ea8c9e.tar.gz | |
Bump 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 9937911b8..ba7bff0b0 100644 --- a/coredata.py +++ b/coredata.py @@ -14,7 +14,7 @@ import pickle, os, uuid -version = '0.16.0-research' +version = '0.16.0' # This class contains all data that must persist over multiple # invocations of Meson. It is roughly the same thing as |
