diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2014-10-24 04:58:41 +0300 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2014-10-24 04:58:41 +0300 |
commit | ad2f03da7b43467af5ab7b155ee1c1eefb6afa94 (patch) | |
tree | b2c750b195a01c8b4c4e71477334d71c16371050 | |
parent | 74d6502de2692b69ae0e9ac9b33f004bb6bf88e7 (diff) | |
download | meson-ad2f03da7b43467af5ab7b155ee1c1eefb6afa94.zip meson-ad2f03da7b43467af5ab7b155ee1c1eefb6afa94.tar.gz meson-ad2f03da7b43467af5ab7b155ee1c1eefb6afa94.tar.bz2 |
Bump version number for release.0.21.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 d573230..0436604 100644 --- a/coredata.py +++ b/coredata.py @@ -14,7 +14,7 @@ import pickle, os, uuid -version = '0.21.0-research' +version = '0.21.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 d76e9c7..41fa6bb 100644 --- a/man/meson.1 +++ b/man/meson.1 @@ -1,4 +1,4 @@ -.TH MESON "1" "September 2014" "meson 0.20.0" "User Commands" +.TH MESON "1" "October 2014" "meson 0.21.0" "User Commands" .SH NAME meson - a high productivity build system .SH DESCRIPTION diff --git a/man/mesonconf.1 b/man/mesonconf.1 index 180a758..60e8c65 100644 --- a/man/mesonconf.1 +++ b/man/mesonconf.1 @@ -1,4 +1,4 @@ -.TH MESONCONF "1" "September 2014" "mesonconf 0.20.0" "User Commands" +.TH MESONCONF "1" "October 2014" "mesonconf 0.21.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 90b76e2..4fddb59 100644 --- a/man/mesongui.1 +++ b/man/mesongui.1 @@ -1,4 +1,4 @@ -.TH MESONGUI "1" "September 2014" "mesongui 0.20.0" "User Commands" +.TH MESONGUI "1" "October 2014" "mesongui 0.21.0" "User Commands" .SH NAME mesongui - a gui for the Meson build system .SH DESCRIPTION |