aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2018-09-22 20:21:49 +0300
committerJussi Pakkanen <jpakkane@gmail.com>2018-09-22 20:21:49 +0300
commitd1f3f1d023566a54dfc65dc6067a0416b7353dff (patch)
tree28eb2bbc492a27ddc2ca7f67c7ca1c490d40f60c
parent8d77da839ea6c5f1ce89b7b7286bb1987453d4f3 (diff)
downloadmeson-d1f3f1d023566a54dfc65dc6067a0416b7353dff.zip
meson-d1f3f1d023566a54dfc65dc6067a0416b7353dff.tar.gz
meson-d1f3f1d023566a54dfc65dc6067a0416b7353dff.tar.bz2
Bump version number for release.
-rw-r--r--man/meson.12
-rw-r--r--mesonbuild/coredata.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/man/meson.1 b/man/meson.1
index 747def8..a171b0b 100644
--- a/man/meson.1
+++ b/man/meson.1
@@ -1,4 +1,4 @@
-.TH MESON "1" "July 2018" "meson 0.47.0" "User Commands"
+.TH MESON "1" "September 2018" "meson 0.48.0" "User Commands"
.SH NAME
meson - a high productivity build system
.SH DESCRIPTION
diff --git a/mesonbuild/coredata.py b/mesonbuild/coredata.py
index 1cbe494..a6f8aeb 100644
--- a/mesonbuild/coredata.py
+++ b/mesonbuild/coredata.py
@@ -23,7 +23,7 @@ from .wrap import WrapMode
import ast
import argparse
-version = '0.47.999'
+version = '0.48.0'
backendlist = ['ninja', 'vs', 'vs2010', 'vs2015', 'vs2017', 'xcode']
default_yielding = False