From bfbb1328bc4a0562ac627072bdfc3f4b326726c4 Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Sun, 1 Sep 2013 00:30:03 +0300 Subject: Updated version number for release. --- coredata.py | 2 +- man/meson.1 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/coredata.py b/coredata.py index 5ff142e..a7ac5b1 100644 --- a/coredata.py +++ b/coredata.py @@ -14,7 +14,7 @@ import pickle, os -version = '0.7.0-research' +version = '0.7.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 8cea398..32acd65 100644 --- a/man/meson.1 +++ b/man/meson.1 @@ -1,4 +1,4 @@ -.TH MESON "1" "August 2013" "meson 0.7.0" "User Commands" +.TH MESON "1" "September 2013" "meson 0.7.0" "User Commands" .SH NAME meson - a high productivity build system .SH DESCRIPTION -- cgit v1.1