aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2013-11-25 23:03:00 +0200
committerJussi Pakkanen <jpakkane@gmail.com>2013-11-25 23:03:00 +0200
commit0b5096ac3167d03bf1ea6e22b0fdeb30a6597d7d (patch)
treed78a1d09080c58926a55abfb38f0b9bb8d3d59a4
parent9db65426db6892b42da758365d12cf79096adff0 (diff)
downloadmeson-0.10.0.zip
meson-0.10.0.tar.gz
meson-0.10.0.tar.bz2
Bump version for release.0.10.0
-rw-r--r--coredata.py2
-rw-r--r--man/meson.12
-rw-r--r--man/mesongui.12
3 files changed, 3 insertions, 3 deletions
diff --git a/coredata.py b/coredata.py
index 40a6eea..fe49463 100644
--- a/coredata.py
+++ b/coredata.py
@@ -14,7 +14,7 @@
import pickle, os
-version = '0.10.0-research'
+version = '0.10.0'
# This class contains all data that must persist over multiple
# invocations of Meson. It is roughly the same thing as
diff --git a/man/meson.1 b/man/meson.1
index f570f5b..3578190 100644
--- a/man/meson.1
+++ b/man/meson.1
@@ -1,4 +1,4 @@
-.TH MESON "1" "December 2013" "meson 0.10.0" "User Commands"
+.TH MESON "1" "November 2013" "meson 0.10.0" "User Commands"
.SH NAME
meson - a high productivity build system
.SH DESCRIPTION
diff --git a/man/mesongui.1 b/man/mesongui.1
index 401761c..ee03831 100644
--- a/man/mesongui.1
+++ b/man/mesongui.1
@@ -1,4 +1,4 @@
-.TH MESONGUI "1" "December 2013" "mesongui 0.10.0" "User Commands"
+.TH MESONGUI "1" "November 2013" "mesongui 0.10.0" "User Commands"
.SH NAME
mesongui - a gui for the Meson build tool
.SH DESCRIPTION