diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2013-09-01 00:36:46 +0300 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2013-09-01 00:36:46 +0300 |
commit | 6df72f2952cf81ef51f85a5f0146369a5a04f1a0 (patch) | |
tree | 4ca4d66148d46bb72c9021d6e077a0d98d6f91ab | |
parent | bfbb1328bc4a0562ac627072bdfc3f4b326726c4 (diff) | |
download | meson-6df72f2952cf81ef51f85a5f0146369a5a04f1a0.zip meson-6df72f2952cf81ef51f85a5f0146369a5a04f1a0.tar.gz meson-6df72f2952cf81ef51f85a5f0146369a5a04f1a0.tar.bz2 |
Updated version number for new development.
-rw-r--r-- | coredata.py | 2 | ||||
-rw-r--r-- | man/meson.1 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/coredata.py b/coredata.py index a7ac5b1..bfbcb4c 100644 --- a/coredata.py +++ b/coredata.py @@ -14,7 +14,7 @@ import pickle, os -version = '0.7.0' +version = '0.8.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 32acd65..b25958f 100644 --- a/man/meson.1 +++ b/man/meson.1 @@ -1,4 +1,4 @@ -.TH MESON "1" "September 2013" "meson 0.7.0" "User Commands" +.TH MESON "1" "September 2013" "meson 0.8.0" "User Commands" .SH NAME meson - a high productivity build system .SH DESCRIPTION |