diff options
| author | Jussi Pakkanen <jpakkane@gmail.com> | 2014-03-22 22:59:07 +0200 |
|---|---|---|
| committer | Jussi Pakkanen <jpakkane@gmail.com> | 2014-03-22 22:59:07 +0200 |
| commit | fc24c5db8c2ef04779956527bd6aecf9f6716e9a (patch) | |
| tree | 14fb2ede2bfed9c128047ec9006d5ef78813be69 /coredata.py | |
| parent | 3ce499c72d00066b2ab101bd08b2557e87251b49 (diff) | |
| download | meson-fc24c5db8c2ef04779956527bd6aecf9f6716e9a.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 af2dd5209..672179651 100644 --- a/coredata.py +++ b/coredata.py @@ -14,7 +14,7 @@ import pickle, os, uuid -version = '0.14.0-research' +version = '0.14.0' # This class contains all data that must persist over multiple # invocations of Meson. It is roughly the same thing as |
