aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2015-05-23 21:29:30 +0300
committerJussi Pakkanen <jpakkane@gmail.com>2015-05-23 21:29:30 +0300
commit4e5618123dc83e70b4cdf3fc333f3dcb2edec320 (patch)
treef7ac882a8ebb4903e0a79534b3340674a461a568
parent478a01e01a2b6137a707b0fb1f1a7d00f185a562 (diff)
downloadmeson-0.24.0.zip
meson-0.24.0.tar.gz
meson-0.24.0.tar.bz2
Bump version number for release.0.24.0
-rw-r--r--coredata.py2
-rw-r--r--man/meson.12
-rw-r--r--man/mesonconf.12
-rw-r--r--man/mesongui.12
-rw-r--r--man/mesonintrospect.12
5 files changed, 5 insertions, 5 deletions
diff --git a/coredata.py b/coredata.py
index 180780c..4855eba 100644
--- a/coredata.py
+++ b/coredata.py
@@ -14,7 +14,7 @@
import pickle, os, uuid
-version = '0.24.0-research'
+version = '0.24.0'
# This class contains all data that must persist over multiple
# invocations of Meson. It is roughly the same thing as
diff --git a/man/meson.1 b/man/meson.1
index 6e3eef5..12eb882 100644
--- a/man/meson.1
+++ b/man/meson.1
@@ -1,4 +1,4 @@
-.TH MESON "1" "March 2015" "meson 0.23.0" "User Commands"
+.TH MESON "1" "May 2015" "meson 0.24.0" "User Commands"
.SH NAME
meson - a high productivity build system
.SH DESCRIPTION
diff --git a/man/mesonconf.1 b/man/mesonconf.1
index 9b65294..8573379 100644
--- a/man/mesonconf.1
+++ b/man/mesonconf.1
@@ -1,4 +1,4 @@
-.TH MESONCONF "1" "March 2015" "mesonconf 0.23.0" "User Commands"
+.TH MESONCONF "1" "May 2015" "mesonconf 0.24.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 40e84b6..137e093 100644
--- a/man/mesongui.1
+++ b/man/mesongui.1
@@ -1,4 +1,4 @@
-.TH MESONGUI "1" "March 2015" "mesongui 0.23.0" "User Commands"
+.TH MESONGUI "1" "May 2015" "mesongui 0.24.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 564b60a..a7646a8 100644
--- a/man/mesonintrospect.1
+++ b/man/mesonintrospect.1
@@ -1,4 +1,4 @@
-.TH MESONCONF "1" "March 2015" "mesonintrospect 0.23.0" "User Commands"
+.TH MESONCONF "1" "May 2015" "mesonintrospect 0.24.0" "User Commands"
.SH NAME
mesonintrospect - a tool to extract information about a Meson build
.SH DESCRIPTION