Bump version number for release.

pull/96/head 0.23.0
Jussi Pakkanen 10 years ago
parent 9d9b1d6007
commit 5a790fbc62
  1. 2
      coredata.py
  2. 2
      create_release.sh
  3. 2
      man/meson.1
  4. 2
      man/mesonconf.1
  5. 2
      man/mesongui.1
  6. 2
      man/mesonintrospect.1

@ -14,7 +14,7 @@
import pickle, os, uuid
version = '0.23.0-research'
version = '0.23.0'
# This class contains all data that must persist over multiple
# invocations of Meson. It is roughly the same thing as

@ -1,5 +1,5 @@
#!/bin/sh
version=`./meson.py --version`
version=`./meson.py -v`
git archive --prefix meson-${version}/ HEAD | gzip > meson_${version}.tar.gz

@ -1,4 +1,4 @@
.TH MESON "1" "January 2015" "meson 0.22.0" "User Commands"
.TH MESON "1" "March 2015" "meson 0.23.0" "User Commands"
.SH NAME
meson - a high productivity build system
.SH DESCRIPTION

@ -1,4 +1,4 @@
.TH MESONCONF "1" "January 2015" "mesonconf 0.22.0" "User Commands"
.TH MESONCONF "1" "March 2015" "mesonconf 0.23.0" "User Commands"
.SH NAME
mesonconf - a tool to configure Meson builds
.SH DESCRIPTION

@ -1,4 +1,4 @@
.TH MESONGUI "1" "January 2015" "mesongui 0.22.0" "User Commands"
.TH MESONGUI "1" "March 2015" "mesongui 0.23.0" "User Commands"
.SH NAME
mesongui - a gui for the Meson build system
.SH DESCRIPTION

@ -1,4 +1,4 @@
.TH MESONCONF "1" "April 2015" "mesonintrospect 0.23.0" "User Commands"
.TH MESONCONF "1" "March 2015" "mesonintrospect 0.23.0" "User Commands"
.SH NAME
mesonintrospect - a tool to extract information about a Meson build
.SH DESCRIPTION

Loading…
Cancel
Save