summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2015-01-19 21:44:58 +0200
committerJussi Pakkanen <jpakkane@gmail.com>2015-01-19 21:44:58 +0200
commit94cdde038a267910f6c392c506d0dc728e2b92f7 (patch)
tree58d9a4ada223e115342047648f32d847507ac685
parentb29f454d31ba3918429c81f6404f0eba62f6ec05 (diff)
downloadmeson-94cdde038a267910f6c392c506d0dc728e2b92f7.tar.gz
Bumped version number for release.0.22.0
-rw-r--r--coredata.py4
-rw-r--r--man/meson.12
-rw-r--r--man/mesonconf.12
-rw-r--r--man/mesongui.12
4 files changed, 5 insertions, 5 deletions
diff --git a/coredata.py b/coredata.py
index ea67e616a..1b56fd07c 100644
--- a/coredata.py
+++ b/coredata.py
@@ -1,4 +1,4 @@
-# Copyright 2012-2014 The Meson development team
+# Copyright 2012-2015 The Meson development team
# 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, uuid
-version = '0.22.0-research'
+version = '0.22.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 41fa6bb0b..9ee9db4d9 100644
--- a/man/meson.1
+++ b/man/meson.1
@@ -1,4 +1,4 @@
-.TH MESON "1" "October 2014" "meson 0.21.0" "User Commands"
+.TH MESON "1" "January 2015" "meson 0.22.0" "User Commands"
.SH NAME
meson - a high productivity build system
.SH DESCRIPTION
diff --git a/man/mesonconf.1 b/man/mesonconf.1
index 60e8c65a2..35b32c977 100644
--- a/man/mesonconf.1
+++ b/man/mesonconf.1
@@ -1,4 +1,4 @@
-.TH MESONCONF "1" "October 2014" "mesonconf 0.21.0" "User Commands"
+.TH MESONCONF "1" "January 2015" "mesonconf 0.22.0" "User Commands"
.SH NAME
mesonconf - a tool to configure Meson builds
.SH DESCRIPTION
diff --git a/man/mesongui.1 b/man/mesongui.1
index 4fddb599f..9c418796a 100644
--- a/man/mesongui.1
+++ b/man/mesongui.1
@@ -1,4 +1,4 @@
-.TH MESONGUI "1" "October 2014" "mesongui 0.21.0" "User Commands"
+.TH MESONGUI "1" "January 2015" "mesongui 0.22.0" "User Commands"
.SH NAME
mesongui - a gui for the Meson build system
.SH DESCRIPTION