Skip to content

Commit 68a6bd3

Browse files
committed
Bumped version numbers for release.
1 parent b8b5002 commit 68a6bd3

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

coredata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
import pickle, os, uuid
1616

17-
version = '0.26.0-research'
17+
version = '0.26.0'
1818

1919
builtin_options = {'buildtype': True,
2020
'strip': True,

man/meson.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH MESON "1" "July 2015" "meson 0.25.0" "User Commands"
1+
.TH MESON "1" "September 2015" "meson 0.26.0" "User Commands"
22
.SH NAME
33
meson - a high productivity build system
44
.SH DESCRIPTION

man/mesonconf.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH MESONCONF "1" "July 2015" "mesonconf 0.25.0" "User Commands"
1+
.TH MESONCONF "1" "September 2015" "mesonconf 0.26.0" "User Commands"
22
.SH NAME
33
mesonconf - a tool to configure Meson builds
44
.SH DESCRIPTION

man/mesongui.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH MESONGUI "1" "July 2015" "mesongui 0.25.0" "User Commands"
1+
.TH MESONGUI "1" "September 2015" "mesongui 0.26.0" "User Commands"
22
.SH NAME
33
mesongui - a gui for the Meson build system
44
.SH DESCRIPTION

man/mesonintrospect.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH MESONCONF "1" "July 2015" "mesonintrospect 0.25.0" "User Commands"
1+
.TH MESONCONF "1" "September 2015" "mesonintrospect 0.26.0" "User Commands"
22
.SH NAME
33
mesonintrospect - a tool to extract information about a Meson build
44
.SH DESCRIPTION

man/wraptool.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH WRAPTOOL "1" "July 2015" "meson 0.25.0" "User Commands"
1+
.TH WRAPTOOL "1" "September 2015" "meson 0.26.0" "User Commands"
22
.SH NAME
33
wraptool - source dependency downloader
44
.SH DESCRIPTION

0 commit comments

Comments
 (0)