From fc24c5db8c2ef04779956527bd6aecf9f6716e9a Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Sat, 22 Mar 2014 22:59:07 +0200 Subject: [PATCH] Bump version number for release. --- coredata.py | 2 +- man/meson.1 | 2 +- man/mesonconf.1 | 2 +- man/mesongui.1 | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/coredata.py b/coredata.py index af2dd5209..672179651 100644 --- a/coredata.py +++ b/coredata.py @@ -14,7 +14,7 @@ import pickle, os, uuid -version = '0.14.0-research' +version = '0.14.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 15f6da111..445e7836b 100644 --- a/man/meson.1 +++ b/man/meson.1 @@ -1,4 +1,4 @@ -.TH MESON "1" "February 2014" "meson 0.13.0" "User Commands" +.TH MESON "1" "March 2014" "meson 0.14.0" "User Commands" .SH NAME meson - a high productivity build system .SH DESCRIPTION diff --git a/man/mesonconf.1 b/man/mesonconf.1 index a0fdbfb51..fc17a14d7 100644 --- a/man/mesonconf.1 +++ b/man/mesonconf.1 @@ -1,4 +1,4 @@ -.TH MESONCONF "1" "February 2014" "mesonconf 0.13.0" "User Commands" +.TH MESONCONF "1" "March 2014" "mesonconf 0.14.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 96b230e26..2a10082a5 100644 --- a/man/mesongui.1 +++ b/man/mesongui.1 @@ -1,4 +1,4 @@ -.TH MESONGUI "1" "February 2014" "mesongui 0.13.0" "User Commands" +.TH MESONGUI "1" "March 2014" "mesongui 0.14.0" "User Commands" .SH NAME mesongui - a gui for the Meson build system .SH DESCRIPTION