diff options
| author | Jussi Pakkanen <jpakkane@gmail.com> | 2015-07-12 20:50:01 +0300 |
|---|---|---|
| committer | Jussi Pakkanen <jpakkane@gmail.com> | 2015-07-12 20:50:01 +0300 |
| commit | 488dc98f0dfd3eb7809cfbfeaefaf269fc969a14 (patch) | |
| tree | c82660e82d119591a3cd21df72726df89c8a16bd | |
| parent | 365155a4f03c5edc6a07724ed44adab0f251a718 (diff) | |
| download | meson-488dc98f0dfd3eb7809cfbfeaefaf269fc969a14.tar.gz | |
Bumped 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 | ||||
| -rw-r--r-- | man/wraptool.1 | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/coredata.py b/coredata.py index e3d486801..1d7ed118e 100644 --- a/coredata.py +++ b/coredata.py @@ -14,7 +14,7 @@ import pickle, os, uuid -version = '0.25.0-research' +version = '0.25.0' builtin_options = {'buildtype': True, 'strip': True, diff --git a/man/meson.1 b/man/meson.1 index 20a228460..38397090d 100644 --- a/man/meson.1 +++ b/man/meson.1 @@ -1,4 +1,4 @@ -.TH MESON "1" "May 2015" "meson 0.24.0" "User Commands" +.TH MESON "1" "July 2015" "meson 0.25.0" "User Commands" .SH NAME meson - a high productivity build system .SH DESCRIPTION diff --git a/man/mesonconf.1 b/man/mesonconf.1 index 154af2852..28cf3c2bc 100644 --- a/man/mesonconf.1 +++ b/man/mesonconf.1 @@ -1,4 +1,4 @@ -.TH MESONCONF "1" "May 2015" "mesonconf 0.24.0" "User Commands" +.TH MESONCONF "1" "July 2015" "mesonconf 0.25.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 afd9d6de7..c23384400 100644 --- a/man/mesongui.1 +++ b/man/mesongui.1 @@ -1,4 +1,4 @@ -.TH MESONGUI "1" "May 2015" "mesongui 0.24.0" "User Commands" +.TH MESONGUI "1" "July 2015" "mesongui 0.25.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 f1a83bc6e..6b6b9d50a 100644 --- a/man/mesonintrospect.1 +++ b/man/mesonintrospect.1 @@ -1,4 +1,4 @@ -.TH MESONCONF "1" "May 2015" "mesonintrospect 0.24.0" "User Commands" +.TH MESONCONF "1" "July 2015" "mesonintrospect 0.25.0" "User Commands" .SH NAME mesonintrospect - a tool to extract information about a Meson build .SH DESCRIPTION diff --git a/man/wraptool.1 b/man/wraptool.1 index 56d776562..d9d2abaf2 100644 --- a/man/wraptool.1 +++ b/man/wraptool.1 @@ -1,4 +1,4 @@ -.TH WRAPTOOL "1" "May 2015" "meson 0.24.0" "User Commands" +.TH WRAPTOOL "1" "July 2015" "meson 0.25.0" "User Commands" .SH NAME wraptool - source dependency downloader .SH DESCRIPTION |
