From c9d95603483a0fe76c3edfda2b242496535d1b86 Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Mon, 20 Jan 2014 00:34:12 +0200 Subject: Bump version number for release. --- coredata.py | 4 ++-- man/meson.1 | 2 +- man/mesonconf.1 | 2 +- man/mesongui.1 | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/coredata.py b/coredata.py index 64eca6656..e6fb6646f 100644 --- a/coredata.py +++ b/coredata.py @@ -1,4 +1,4 @@ -# Copyright 2012-2013 Jussi Pakkanen +# Copyright 2012-2014 Jussi Pakkanen # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -14,7 +14,7 @@ import pickle, os -version = '0.12.0-research' +version = '0.12.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 f3f295218..350a463aa 100644 --- a/man/meson.1 +++ b/man/meson.1 @@ -1,4 +1,4 @@ -.TH MESON "1" "December 2013" "meson 0.11.0" "User Commands" +.TH MESON "1" "January 2014" "meson 0.12.0" "User Commands" .SH NAME meson - a high productivity build system .SH DESCRIPTION diff --git a/man/mesonconf.1 b/man/mesonconf.1 index 49c00c99d..2355225b2 100644 --- a/man/mesonconf.1 +++ b/man/mesonconf.1 @@ -1,4 +1,4 @@ -.TH MESONCONF "1" "December 2013" "mesonconf 0.11.0" "User Commands" +.TH MESONCONF "1" "January 2014" "mesonconf 0.12.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 b89fc443e..23006ae61 100644 --- a/man/mesongui.1 +++ b/man/mesongui.1 @@ -1,6 +1,6 @@ -.TH MESONGUI "1" "December 2013" "mesongui 0.11.0" "User Commands" +.TH MESONGUI "1" "January 2014" "mesongui 0.12.0" "User Commands" .SH NAME -mesongui - a gui for the Meson build tool +mesongui - a gui for the Meson build system .SH DESCRIPTION Mesongui provides a graphical user interface to the Meson -- cgit v1.2.3