aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2017-12-10 15:39:17 +0200
committerJussi Pakkanen <jpakkane@gmail.com>2017-12-10 17:56:27 +0200
commite674434389249d9b65e6403eb608e4c33d1d48cb (patch)
tree922c5a8ecd4a36de0f26c6695a275960d081da14 /mesonbuild
parentcbefb57ffe6645cfc469b1a20894bdb7b553f336 (diff)
downloadmeson-e674434389249d9b65e6403eb608e4c33d1d48cb.zip
meson-e674434389249d9b65e6403eb608e4c33d1d48cb.tar.gz
meson-e674434389249d9b65e6403eb608e4c33d1d48cb.tar.bz2
Updated version number for new release.0.44.0
Diffstat (limited to 'mesonbuild')
-rw-r--r--mesonbuild/coredata.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mesonbuild/coredata.py b/mesonbuild/coredata.py
index 70a2d73..45d8125 100644
--- a/mesonbuild/coredata.py
+++ b/mesonbuild/coredata.py
@@ -21,7 +21,7 @@ from .mesonlib import MesonException, commonpath
from .mesonlib import default_libdir, default_libexecdir, default_prefix
import ast
-version = '0.44.0.dev1'
+version = '0.44.0'
backendlist = ['ninja', 'vs', 'vs2010', 'vs2015', 'vs2017', 'xcode']
class UserOption: