aboutsummaryrefslogtreecommitdiff
path: root/coredata.py
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2014-10-24 04:58:41 +0300
committerJussi Pakkanen <jpakkane@gmail.com>2014-10-24 04:58:41 +0300
commitad2f03da7b43467af5ab7b155ee1c1eefb6afa94 (patch)
treeb2c750b195a01c8b4c4e71477334d71c16371050 /coredata.py
parent74d6502de2692b69ae0e9ac9b33f004bb6bf88e7 (diff)
downloadmeson-ad2f03da7b43467af5ab7b155ee1c1eefb6afa94.zip
meson-ad2f03da7b43467af5ab7b155ee1c1eefb6afa94.tar.gz
meson-ad2f03da7b43467af5ab7b155ee1c1eefb6afa94.tar.bz2
Bump version number for release.0.21.0
Diffstat (limited to 'coredata.py')
-rw-r--r--coredata.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/coredata.py b/coredata.py
index d573230..0436604 100644
--- a/coredata.py
+++ b/coredata.py
@@ -14,7 +14,7 @@
import pickle, os, uuid
-version = '0.21.0-research'
+version = '0.21.0'
# This class contains all data that must persist over multiple
# invocations of Meson. It is roughly the same thing as