aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2015-03-31 01:00:48 +0300
committerJussi Pakkanen <jpakkane@gmail.com>2015-03-31 01:00:48 +0300
commit5a790fbc626c187086e7a55952fa72c8328815b7 (patch)
tree29783efe3089712684ec0400ad0706bfa9df74e2
parent9d9b1d6007c6e94465110a1ddf247af8e2225b08 (diff)
downloadmeson-0.23.0.zip
meson-0.23.0.tar.gz
meson-0.23.0.tar.bz2
Bump version number for release.0.23.0
-rw-r--r--coredata.py2
-rwxr-xr-xcreate_release.sh2
-rw-r--r--man/meson.12
-rw-r--r--man/mesonconf.12
-rw-r--r--man/mesongui.12
-rw-r--r--man/mesonintrospect.12
6 files changed, 6 insertions, 6 deletions
diff --git a/coredata.py b/coredata.py
index 6ca22c6..fd48ce7 100644
--- a/coredata.py
+++ b/coredata.py
@@ -14,7 +14,7 @@
import pickle, os, uuid
-version = '0.23.0-research'
+version = '0.23.0'
# This class contains all data that must persist over multiple
# invocations of Meson. It is roughly the same thing as
diff --git a/create_release.sh b/create_release.sh
index 10a10fe..0a04454 100755
--- a/create_release.sh
+++ b/create_release.sh
@@ -1,5 +1,5 @@
#!/bin/sh
-version=`./meson.py --version`
+version=`./meson.py -v`
git archive --prefix meson-${version}/ HEAD | gzip > meson_${version}.tar.gz
diff --git a/man/meson.1 b/man/meson.1
index 9ee9db4..6e3eef5 100644
--- a/man/meson.1
+++ b/man/meson.1
@@ -1,4 +1,4 @@
-.TH MESON "1" "January 2015" "meson 0.22.0" "User Commands"
+.TH MESON "1" "March 2015" "meson 0.23.0" "User Commands"
.SH NAME
meson - a high productivity build system
.SH DESCRIPTION
diff --git a/man/mesonconf.1 b/man/mesonconf.1
index 35b32c9..9b65294 100644
--- a/man/mesonconf.1
+++ b/man/mesonconf.1
@@ -1,4 +1,4 @@
-.TH MESONCONF "1" "January 2015" "mesonconf 0.22.0" "User Commands"
+.TH MESONCONF "1" "March 2015" "mesonconf 0.23.0" "User Commands"
.SH NAME
mesonconf - a tool to configure Meson builds
.SH DESCRIPTION
diff --git a/man/mesongui.1 b/man/mesongui.1
index 9c41879..40e84b6 100644
--- a/man/mesongui.1
+++ b/man/mesongui.1
@@ -1,4 +1,4 @@
-.TH MESONGUI "1" "January 2015" "mesongui 0.22.0" "User Commands"
+.TH MESONGUI "1" "March 2015" "mesongui 0.23.0" "User Commands"
.SH NAME
mesongui - a gui for the Meson build system
.SH DESCRIPTION
diff --git a/man/mesonintrospect.1 b/man/mesonintrospect.1
index 85cc8c6..564b60a 100644
--- a/man/mesonintrospect.1
+++ b/man/mesonintrospect.1
@@ -1,4 +1,4 @@
-.TH MESONCONF "1" "April 2015" "mesonintrospect 0.23.0" "User Commands"
+.TH MESONCONF "1" "March 2015" "mesonintrospect 0.23.0" "User Commands"
.SH NAME
mesonintrospect - a tool to extract information about a Meson build
.SH DESCRIPTION