File tree 6 files changed +6
-6
lines changed
6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 14
14
15
15
import pickle , os , uuid
16
16
17
- version = '0.23.0-research '
17
+ version = '0.23.0'
18
18
19
19
# This class contains all data that must persist over multiple
20
20
# invocations of Meson. It is roughly the same thing as
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
3
- version=` ./meson.py --version `
3
+ version=` ./meson.py -v `
4
4
git archive --prefix meson-${version} / HEAD | gzip > meson_${version} .tar.gz
5
5
Original file line number Diff line number Diff line change 1
- .TH MESON "1" "January 2015" "meson 0.22 .0" "User Commands"
1
+ .TH MESON "1" "March 2015" "meson 0.23 .0" "User Commands"
2
2
.SH NAME
3
3
meson - a high productivity build system
4
4
.SH DESCRIPTION
Original file line number Diff line number Diff line change 1
- .TH MESONCONF "1" "January 2015" "mesonconf 0.22 .0" "User Commands"
1
+ .TH MESONCONF "1" "March 2015" "mesonconf 0.23 .0" "User Commands"
2
2
.SH NAME
3
3
mesonconf - a tool to configure Meson builds
4
4
.SH DESCRIPTION
Original file line number Diff line number Diff line change 1
- .TH MESONGUI "1" "January 2015" "mesongui 0.22 .0" "User Commands"
1
+ .TH MESONGUI "1" "March 2015" "mesongui 0.23 .0" "User Commands"
2
2
.SH NAME
3
3
mesongui - a gui for the Meson build system
4
4
.SH DESCRIPTION
Original file line number Diff line number Diff line change 1
- .TH MESONCONF "1" "April 2015" "mesonintrospect 0.23.0" "User Commands"
1
+ .TH MESONCONF "1" "March 2015" "mesonintrospect 0.23.0" "User Commands"
2
2
.SH NAME
3
3
mesonintrospect - a tool to extract information about a Meson build
4
4
.SH DESCRIPTION
You can’t perform that action at this time.
0 commit comments