aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/coredata.py
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2022-07-03 19:24:45 +0300
committerJussi Pakkanen <jpakkane@gmail.com>2022-07-03 19:24:45 +0300
commit44c95087d05f93558d60113187d35a2f251e2a77 (patch)
tree41c2f859b7703ab8f5bd9f32c9b9f06b1d8242a0 /mesonbuild/coredata.py
parent9c6dab2cfd310ef2d840a2a7a479ce6b9e563b1d (diff)
downloadmeson-44c95087d05f93558d60113187d35a2f251e2a77.zip
meson-44c95087d05f93558d60113187d35a2f251e2a77.tar.gz
meson-44c95087d05f93558d60113187d35a2f251e2a77.tar.bz2
Bump version number for new development.
Diffstat (limited to 'mesonbuild/coredata.py')
-rw-r--r--mesonbuild/coredata.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mesonbuild/coredata.py b/mesonbuild/coredata.py
index c354029..0094796 100644
--- a/mesonbuild/coredata.py
+++ b/mesonbuild/coredata.py
@@ -53,7 +53,7 @@ if T.TYPE_CHECKING:
#
# Pip requires that RCs are named like this: '0.1.0.rc1'
# But the corresponding Git tag needs to be '0.1.0rc1'
-version = '0.63.0'
+version = '0.63.99'
backendlist = ['ninja', 'vs', 'vs2010', 'vs2012', 'vs2013', 'vs2015', 'vs2017', 'vs2019', 'vs2022', 'xcode']