diff options
| author | Jussi Pakkanen <jpakkane@gmail.com> | 2014-08-11 00:22:06 +0300 |
|---|---|---|
| committer | Jussi Pakkanen <jpakkane@gmail.com> | 2014-08-11 00:22:06 +0300 |
| commit | 3032bf528357b8cb1c6be9c591f916068a921be3 (patch) | |
| tree | 4e68ef743af8d5f764f5406e09ca15933c78e424 | |
| parent | c4860ff60f7d147683486f012dba742f3c460a0b (diff) | |
| download | meson-3032bf528357b8cb1c6be9c591f916068a921be3.tar.gz | |
Commit number 1000 is release number 0.19.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 4e744ecd5..8b6ff8029 100644 --- a/coredata.py +++ b/coredata.py @@ -14,7 +14,7 @@ import pickle, os, uuid -version = '0.19.0-research' +version = '0.19.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 54f10783f..5bb96d222 100644 --- a/man/meson.1 +++ b/man/meson.1 @@ -1,4 +1,4 @@ -.TH MESON "1" "July 2014" "meson 0.18.0" "User Commands" +.TH MESON "1" "August 2014" "meson 0.19.0" "User Commands" .SH NAME meson - a high productivity build system .SH DESCRIPTION diff --git a/man/mesonconf.1 b/man/mesonconf.1 index 6e2ddcffd..836abccca 100644 --- a/man/mesonconf.1 +++ b/man/mesonconf.1 @@ -1,4 +1,4 @@ -.TH MESONCONF "1" "July 2014" "mesonconf 0.18.0" "User Commands" +.TH MESONCONF "1" "August 2014" "mesonconf 0.19.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 301220012..6d0e95603 100644 --- a/man/mesongui.1 +++ b/man/mesongui.1 @@ -1,4 +1,4 @@ -.TH MESONGUI "1" "July 2014" "mesongui 0.18.0" "User Commands" +.TH MESONGUI "1" "August 2014" "mesongui 0.19.0" "User Commands" .SH NAME mesongui - a gui for the Meson build system .SH DESCRIPTION |
