aboutsummaryrefslogtreecommitdiff
path: root/coredata.py
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 /coredata.py
parentb29f454d31ba3918429c81f6404f0eba62f6ec05 (diff)
downloadmeson-94cdde038a267910f6c392c506d0dc728e2b92f7.zip
meson-94cdde038a267910f6c392c506d0dc728e2b92f7.tar.gz
meson-94cdde038a267910f6c392c506d0dc728e2b92f7.tar.bz2
Bumped version number for release.0.22.0
Diffstat (limited to 'coredata.py')
-rw-r--r--coredata.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/coredata.py b/coredata.py
index ea67e61..1b56fd0 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