diff options
| author | Jussi Pakkanen <jpakkane@gmail.com> | 2014-10-24 04:58:41 +0300 |
|---|---|---|
| committer | Jussi Pakkanen <jpakkane@gmail.com> | 2014-10-24 04:58:41 +0300 |
| commit | ad2f03da7b43467af5ab7b155ee1c1eefb6afa94 (patch) | |
| tree | b2c750b195a01c8b4c4e71477334d71c16371050 /coredata.py | |
| parent | 74d6502de2692b69ae0e9ac9b33f004bb6bf88e7 (diff) | |
| download | meson-ad2f03da7b43467af5ab7b155ee1c1eefb6afa94.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 d573230e0..0436604c4 100644 --- a/coredata.py +++ b/coredata.py @@ -14,7 +14,7 @@ import pickle, os, uuid -version = '0.21.0-research' +version = '0.21.0' # This class contains all data that must persist over multiple # invocations of Meson. It is roughly the same thing as |
