Skip to content

Commit 5a790fb

Browse files
committed
Bump version number for release.
1 parent 9d9b1d6 commit 5a790fb

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.23.0-research'
17+
version = '0.23.0'
1818

1919
# This class contains all data that must persist over multiple
2020
# invocations of Meson. It is roughly the same thing as

create_release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/sh
22

3-
version=`./meson.py --version`
3+
version=`./meson.py -v`
44
git archive --prefix meson-${version}/ HEAD | gzip > meson_${version}.tar.gz
55

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" "January 2015" "meson 0.22.0" "User Commands"
1+
.TH MESON "1" "March 2015" "meson 0.23.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" "January 2015" "mesonconf 0.22.0" "User Commands"
1+
.TH MESONCONF "1" "March 2015" "mesonconf 0.23.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" "January 2015" "mesongui 0.22.0" "User Commands"
1+
.TH MESONGUI "1" "March 2015" "mesongui 0.23.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" "April 2015" "mesonintrospect 0.23.0" "User Commands"
1+
.TH MESONCONF "1" "March 2015" "mesonintrospect 0.23.0" "User Commands"
22
.SH NAME
33
mesonintrospect - a tool to extract information about a Meson build
44
.SH DESCRIPTION

0 commit comments

Comments
 (0)