diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2017-03-15 22:57:53 +0200 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2017-03-15 22:57:53 +0200 |
commit | 8ce7412b354d1dc09665bde7dfa498e6e9b54773 (patch) | |
tree | 966d43cb8b8239b494f61130db2e44d9e17f94f6 /mesonbuild | |
parent | 02da0a02a60fd72a9e7cb28f5efc4ee3bd64c64b (diff) | |
download | meson-8ce7412b354d1dc09665bde7dfa498e6e9b54773.zip meson-8ce7412b354d1dc09665bde7dfa498e6e9b54773.tar.gz meson-8ce7412b354d1dc09665bde7dfa498e6e9b54773.tar.bz2 |
Set version number for bugfix release.0.39.1
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 e88cdc8..94bbf7a 100644 --- a/mesonbuild/coredata.py +++ b/mesonbuild/coredata.py @@ -17,7 +17,7 @@ from pathlib import PurePath from .mesonlib import MesonException, commonpath from .mesonlib import default_libdir, default_libexecdir, default_prefix -version = '0.40.0.dev1' +version = '0.39.1' backendlist = ['ninja', 'vs2010', 'vs2015', 'xcode'] class UserOption: |