diff options
| author | Jussi Pakkanen <jpakkane@gmail.com> | 2015-05-23 21:29:30 +0300 |
|---|---|---|
| committer | Jussi Pakkanen <jpakkane@gmail.com> | 2015-05-23 21:29:30 +0300 |
| commit | 4e5618123dc83e70b4cdf3fc333f3dcb2edec320 (patch) | |
| tree | f7ac882a8ebb4903e0a79534b3340674a461a568 /coredata.py | |
| parent | 478a01e01a2b6137a707b0fb1f1a7d00f185a562 (diff) | |
| download | meson-4e5618123dc83e70b4cdf3fc333f3dcb2edec320.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 180780cbc..4855ebadd 100644 --- a/coredata.py +++ b/coredata.py @@ -14,7 +14,7 @@ import pickle, os, uuid -version = '0.24.0-research' +version = '0.24.0' # This class contains all data that must persist over multiple # invocations of Meson. It is roughly the same thing as |
