From e8ba26563c9475df22093e4a29f4e89638506918 Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Mon, 15 Jul 2013 12:18:36 +0300 Subject: [PATCH] Bumped version number for next version. --- coredata.py | 2 +- man/meson.1 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/coredata.py b/coredata.py index 6803f16ce..5e18057f4 100644 --- a/coredata.py +++ b/coredata.py @@ -14,7 +14,7 @@ import pickle -version = '0.5.0' +version = '0.6.0-research' # 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 e078115cd..d0f558706 100644 --- a/man/meson.1 +++ b/man/meson.1 @@ -1,4 +1,4 @@ -.TH MESON "1" "June 2013" "meson 0.5.0" "User Commands" +.TH MESON "1" "July 2013" "meson 0.6.0" "User Commands" .SH NAME meson - a high productivity build system .SH DESCRIPTION