diff options
| author | Jussi Pakkanen <jpakkane@gmail.com> | 2015-12-28 23:57:18 +0200 |
|---|---|---|
| committer | Jussi Pakkanen <jpakkane@gmail.com> | 2015-12-28 23:57:18 +0200 |
| commit | ed95f3c18d5a3c7b520e1612635d37e89aa3eb96 (patch) | |
| tree | b402dacb08e2913e1fcaa2d64bcc2d96c43d3523 /coredata.py | |
| parent | c62b7e1a7207e493883a8f93a5268b564164b919 (diff) | |
| download | meson-ed95f3c18d5a3c7b520e1612635d37e89aa3eb96.tar.gz | |
Bumped 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 c305407fb..f884f5c69 100644 --- a/coredata.py +++ b/coredata.py @@ -14,7 +14,7 @@ import pickle, os, uuid -version = '0.28.0-research' +version = '0.28.0' build_types = ['plain', 'debug', 'debugoptimized', 'release'] layouts = ['mirror', 'flat'] |
