diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2014-04-13 00:59:52 +0300 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2014-04-13 00:59:52 +0300 |
commit | 0cf36d574e1fb144680079e3a665daf6027198b7 (patch) | |
tree | 762ec1fbfbcb6ddfc8f5c7ed70d42990a8b63051 | |
parent | 722be81bfb3bdea09ab0e8b6df06f6ff569cd123 (diff) | |
download | meson-0cf36d574e1fb144680079e3a665daf6027198b7.zip meson-0cf36d574e1fb144680079e3a665daf6027198b7.tar.gz meson-0cf36d574e1fb144680079e3a665daf6027198b7.tar.bz2 |
Bumped version number for release.0.15.0
-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 |
4 files changed, 4 insertions, 4 deletions
diff --git a/coredata.py b/coredata.py index 69f06a4..a935c34 100644 --- a/coredata.py +++ b/coredata.py @@ -14,7 +14,7 @@ import pickle, os, uuid -version = '0.15.0-research' +version = '0.15.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 445e783..7ca7b8b 100644 --- a/man/meson.1 +++ b/man/meson.1 @@ -1,4 +1,4 @@ -.TH MESON "1" "March 2014" "meson 0.14.0" "User Commands" +.TH MESON "1" "April 2014" "meson 0.15.0" "User Commands" .SH NAME meson - a high productivity build system .SH DESCRIPTION diff --git a/man/mesonconf.1 b/man/mesonconf.1 index fc17a14..3951cec 100644 --- a/man/mesonconf.1 +++ b/man/mesonconf.1 @@ -1,4 +1,4 @@ -.TH MESONCONF "1" "March 2014" "mesonconf 0.14.0" "User Commands" +.TH MESONCONF "1" "April 2014" "mesonconf 0.15.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 2a10082..038c13b 100644 --- a/man/mesongui.1 +++ b/man/mesongui.1 @@ -1,4 +1,4 @@ -.TH MESONGUI "1" "March 2014" "mesongui 0.14.0" "User Commands" +.TH MESONGUI "1" "April 2014" "mesongui 0.15.0" "User Commands" .SH NAME mesongui - a gui for the Meson build system .SH DESCRIPTION |