diff options
| author | Jussi Pakkanen <jpakkane@gmail.com> | 2013-09-30 21:58:23 +0300 |
|---|---|---|
| committer | Jussi Pakkanen <jpakkane@gmail.com> | 2013-09-30 21:58:23 +0300 |
| commit | f8ade4a2bc7e008fc33eb1e22a3558be5ac388cb (patch) | |
| tree | 5dcddfe6849dbedc21b2aebae5d7875884559115 /coredata.py | |
| parent | 5d2bdc16aa26145fa60d04b13b7e98343d9890ab (diff) | |
| download | meson-f8ade4a2bc7e008fc33eb1e22a3558be5ac388cb.tar.gz | |
Raise 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 2e34728db..1acbe500e 100644 --- a/coredata.py +++ b/coredata.py @@ -14,7 +14,7 @@ import pickle, os -version = '0.8.0-research' +version = '0.8.0' # This class contains all data that must persist over multiple # invocations of Meson. It is roughly the same thing as |
