diff options
| author | Jussi Pakkanen <jpakkane@gmail.com> | 2015-09-12 22:49:01 +0300 |
|---|---|---|
| committer | Jussi Pakkanen <jpakkane@gmail.com> | 2015-09-12 22:49:01 +0300 |
| commit | 77d53c2266ec0d8cb4d2a0da9fae93f0eafb30c7 (patch) | |
| tree | 00226727d8355dd1c9bf9d98fd5d1376f017a4ed | |
| parent | 68a6bd3b11bccf1b6c0ee034cb565e2e42a34976 (diff) | |
| download | meson-77d53c2266ec0d8cb4d2a0da9fae93f0eafb30c7.tar.gz | |
Bump version number for new development.
| -rw-r--r-- | coredata.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coredata.py b/coredata.py index f6712a24e..2a7b2ce84 100644 --- a/coredata.py +++ b/coredata.py @@ -14,7 +14,7 @@ import pickle, os, uuid -version = '0.26.0' +version = '0.27.0-research' builtin_options = {'buildtype': True, 'strip': True, |
