aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2013-07-15 12:18:36 +0300
committerJussi Pakkanen <jpakkane@gmail.com>2013-07-15 12:18:36 +0300
commite8ba26563c9475df22093e4a29f4e89638506918 (patch)
tree282da41374eed4cda06e9c1d6b2d557995f28c5e
parente95ff93f1b37e5f911267b5781f1e40c448f82ed (diff)
downloadmeson-e8ba26563c9475df22093e4a29f4e89638506918.zip
meson-e8ba26563c9475df22093e4a29f4e89638506918.tar.gz
meson-e8ba26563c9475df22093e4a29f4e89638506918.tar.bz2
Bumped version number for next version.
-rw-r--r--coredata.py2
-rw-r--r--man/meson.12
2 files changed, 2 insertions, 2 deletions
diff --git a/coredata.py b/coredata.py
index 6803f16..5e18057 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 e078115..d0f5587 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