diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2015-09-12 22:29:37 +0300 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2015-09-12 22:29:37 +0300 |
commit | 68a6bd3b11bccf1b6c0ee034cb565e2e42a34976 (patch) | |
tree | 0a36ecaebc8e8c986d69a2d051297d5cb106f1bd | |
parent | b8b50020f06cb28f6277b3f75cd52afe6f766dfe (diff) | |
download | meson-68a6bd3b11bccf1b6c0ee034cb565e2e42a34976.zip meson-68a6bd3b11bccf1b6c0ee034cb565e2e42a34976.tar.gz meson-68a6bd3b11bccf1b6c0ee034cb565e2e42a34976.tar.bz2 |
Bumped version numbers for release.0.26.0
-rw-r--r-- | coredata.py | 2 | ||||
-rw-r--r-- | man/meson.1 | 2 | ||||
-rw-r--r-- | man/mesonconf.1 | 2 | ||||
-rw-r--r-- | man/mesongui.1 | 2 | ||||
-rw-r--r-- | man/mesonintrospect.1 | 2 | ||||
-rw-r--r-- | man/wraptool.1 | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/coredata.py b/coredata.py index b74176d..f6712a2 100644 --- a/coredata.py +++ b/coredata.py @@ -14,7 +14,7 @@ import pickle, os, uuid -version = '0.26.0-research' +version = '0.26.0' builtin_options = {'buildtype': True, 'strip': True, diff --git a/man/meson.1 b/man/meson.1 index 3839709..0f326ff 100644 --- a/man/meson.1 +++ b/man/meson.1 @@ -1,4 +1,4 @@ -.TH MESON "1" "July 2015" "meson 0.25.0" "User Commands" +.TH MESON "1" "September 2015" "meson 0.26.0" "User Commands" .SH NAME meson - a high productivity build system .SH DESCRIPTION diff --git a/man/mesonconf.1 b/man/mesonconf.1 index 28cf3c2..ad5268f 100644 --- a/man/mesonconf.1 +++ b/man/mesonconf.1 @@ -1,4 +1,4 @@ -.TH MESONCONF "1" "July 2015" "mesonconf 0.25.0" "User Commands" +.TH MESONCONF "1" "September 2015" "mesonconf 0.26.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 c233844..d0a17db 100644 --- a/man/mesongui.1 +++ b/man/mesongui.1 @@ -1,4 +1,4 @@ -.TH MESONGUI "1" "July 2015" "mesongui 0.25.0" "User Commands" +.TH MESONGUI "1" "September 2015" "mesongui 0.26.0" "User Commands" .SH NAME mesongui - a gui for the Meson build system .SH DESCRIPTION diff --git a/man/mesonintrospect.1 b/man/mesonintrospect.1 index 6b6b9d5..e3f0efb 100644 --- a/man/mesonintrospect.1 +++ b/man/mesonintrospect.1 @@ -1,4 +1,4 @@ -.TH MESONCONF "1" "July 2015" "mesonintrospect 0.25.0" "User Commands" +.TH MESONCONF "1" "September 2015" "mesonintrospect 0.26.0" "User Commands" .SH NAME mesonintrospect - a tool to extract information about a Meson build .SH DESCRIPTION diff --git a/man/wraptool.1 b/man/wraptool.1 index d9d2aba..48baa89 100644 --- a/man/wraptool.1 +++ b/man/wraptool.1 @@ -1,4 +1,4 @@ -.TH WRAPTOOL "1" "July 2015" "meson 0.25.0" "User Commands" +.TH WRAPTOOL "1" "September 2015" "meson 0.26.0" "User Commands" .SH NAME wraptool - source dependency downloader .SH DESCRIPTION |