diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2016-04-13 19:37:12 +0300 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2016-04-13 19:37:12 +0300 |
commit | a952717b4f5792f7713e402f67604131eab65a11 (patch) | |
tree | f33934d5c74f402c3cc0f3665774c9083c1ae62e /mesonbuild | |
parent | 5d65c4b6789f159a6d83aa93696dac5030cae81e (diff) | |
download | meson-a952717b4f5792f7713e402f67604131eab65a11.zip meson-a952717b4f5792f7713e402f67604131eab65a11.tar.gz meson-a952717b4f5792f7713e402f67604131eab65a11.tar.bz2 |
Bump version number for release.0.31.0
Diffstat (limited to 'mesonbuild')
-rw-r--r-- | mesonbuild/coredata.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mesonbuild/coredata.py b/mesonbuild/coredata.py index ff45db5..1d79a2e 100644 --- a/mesonbuild/coredata.py +++ b/mesonbuild/coredata.py @@ -15,7 +15,7 @@ import pickle, os, uuid from .mesonlib import MesonException, default_libdir, default_libexecdir, default_prefix -version = '0.31.0.dev1' +version = '0.31.0' class UserOption: def __init__(self, name, description, choices): |