aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2018-10-16 19:22:35 +0300
committerJussi Pakkanen <jpakkane@gmail.com>2018-10-16 19:22:35 +0300
commit6aef9d32a40cf1639f4df29f141b9bb461c52dea (patch)
treec215c8fd6d2b24353a172d46dfeac0d6d3a38877
parent04117dc8ee2b6419fd6b88821963d8f38b813c64 (diff)
downloadmeson-6aef9d32a40cf1639f4df29f141b9bb461c52dea.zip
meson-6aef9d32a40cf1639f4df29f141b9bb461c52dea.tar.gz
meson-6aef9d32a40cf1639f4df29f141b9bb461c52dea.tar.bz2
Update version number for release.0.48.1
-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 a171b0b..6d8f401 100644
--- a/man/meson.1
+++ b/man/meson.1
@@ -1,4 +1,4 @@
-.TH MESON "1" "September 2018" "meson 0.48.0" "User Commands"
+.TH MESON "1" "October 2018" "meson 0.48.1" "User Commands"
.SH NAME
meson - a high productivity build system
.SH DESCRIPTION
diff --git a/mesonbuild/coredata.py b/mesonbuild/coredata.py
index a6f8aeb..cd9e123 100644
--- a/mesonbuild/coredata.py
+++ b/mesonbuild/coredata.py
@@ -23,7 +23,7 @@ from .wrap import WrapMode
import ast
import argparse
-version = '0.48.0'
+version = '0.48.1'
backendlist = ['ninja', 'vs', 'vs2010', 'vs2015', 'vs2017', 'xcode']
default_yielding = False