aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2022-01-10 19:00:28 +0200
committerJussi Pakkanen <jpakkane@gmail.com>2022-01-10 19:00:28 +0200
commit3ab08265c0526509ea9d5a8e8aff0ff5012f8281 (patch)
tree583da5ab8e6293dd05d8dbf6b4003777d852cb3e
parent9e1f20728f8d09d4eddbb0e1ff62762f9bddfaae (diff)
downloadmeson-3ab08265c0526509ea9d5a8e8aff0ff5012f8281.zip
meson-3ab08265c0526509ea9d5a8e8aff0ff5012f8281.tar.gz
meson-3ab08265c0526509ea9d5a8e8aff0ff5012f8281.tar.bz2
Bump version number for new development.
-rw-r--r--mesonbuild/coredata.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mesonbuild/coredata.py b/mesonbuild/coredata.py
index 3337b3c..2bb89a2 100644
--- a/mesonbuild/coredata.py
+++ b/mesonbuild/coredata.py
@@ -47,7 +47,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.61.0'
+version = '0.61.99'
backendlist = ['ninja', 'vs', 'vs2010', 'vs2012', 'vs2013', 'vs2015', 'vs2017', 'vs2019', 'vs2022', 'xcode']