aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2013-12-22 02:12:35 +0200
committerJussi Pakkanen <jpakkane@gmail.com>2013-12-22 02:12:35 +0200
commit125b4d197604a512157d075a5cdbd378012d9d3b (patch)
tree781f9e421d77d8c70a0852cbbfb246b5e6d07aa5
parent5bb73e7ba0ada8b84991c784c7538aa14bc6b44e (diff)
downloadmeson-0.11.0.zip
meson-0.11.0.tar.gz
meson-0.11.0.tar.bz2
Bump version number for release.0.11.0
-rw-r--r--coredata.py4
-rw-r--r--man/meson.12
-rw-r--r--man/mesongui.12
-rw-r--r--readme.txt5
4 files changed, 6 insertions, 7 deletions
diff --git a/coredata.py b/coredata.py
index d3d7afe..58c8ee9 100644
--- a/coredata.py
+++ b/coredata.py
@@ -1,4 +1,4 @@
-# Copyright 2012 Jussi Pakkanen
+# Copyright 2012-2013 Jussi Pakkanen
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -14,7 +14,7 @@
import pickle, os
-version = '0.11.0-research'
+version = '0.11.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 3578190..f3f2952 100644
--- a/man/meson.1
+++ b/man/meson.1
@@ -1,4 +1,4 @@
-.TH MESON "1" "November 2013" "meson 0.10.0" "User Commands"
+.TH MESON "1" "December 2013" "meson 0.11.0" "User Commands"
.SH NAME
meson - a high productivity build system
.SH DESCRIPTION
diff --git a/man/mesongui.1 b/man/mesongui.1
index ee03831..b89fc44 100644
--- a/man/mesongui.1
+++ b/man/mesongui.1
@@ -1,4 +1,4 @@
-.TH MESONGUI "1" "November 2013" "mesongui 0.10.0" "User Commands"
+.TH MESONGUI "1" "December 2013" "mesongui 0.11.0" "User Commands"
.SH NAME
mesongui - a gui for the Meson build tool
.SH DESCRIPTION
diff --git a/readme.txt b/readme.txt
index 1e799e9..9349247 100644
--- a/readme.txt
+++ b/readme.txt
@@ -1,6 +1,5 @@
-This is an experiment to examine what would be
-the optimal syntax for a cross-platform build
-system.
+Meson is project to create the best possible next-generation
+build system.
Dependencies