diff options
| author | Jussi Pakkanen <jpakkane@gmail.com> | 2015-05-23 21:29:30 +0300 |
|---|---|---|
| committer | Jussi Pakkanen <jpakkane@gmail.com> | 2015-05-23 21:29:30 +0300 |
| commit | 4e5618123dc83e70b4cdf3fc333f3dcb2edec320 (patch) | |
| tree | f7ac882a8ebb4903e0a79534b3340674a461a568 | |
| parent | 478a01e01a2b6137a707b0fb1f1a7d00f185a562 (diff) | |
| download | meson-4e5618123dc83e70b4cdf3fc333f3dcb2edec320.tar.gz | |
Bump version number for release.
| -rw-r--r-- | coredata.py | 2 | ||||
| -rw-r--r-- | man/meson.1 | 2 | ||||
| -rw-r--r-- | man/mesonconf.1 | 2 | ||||
| -rw-r--r-- | man/mesongui.1 | 2 | ||||
| -rw-r--r-- | man/mesonintrospect.1 | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/coredata.py b/coredata.py index 180780cbc..4855ebadd 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 6e3eef537..12eb88235 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 9b65294e1..857337974 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 40e84b6fb..137e093c9 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 564b60a39..a7646a841 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 |
