aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2022-12-23 19:32:00 +0200
committerJussi Pakkanen <jpakkane@gmail.com>2022-12-23 19:32:00 +0200
commit8e2355ebc85ccfcae53e16f7ed52e0c8d10c2cee (patch)
tree40f389845be1220574f046dcd1d524afeaadff67
parent05f85c79454e206e00c6ced5b6fc25ffcafed39c (diff)
downloadmeson-8e2355ebc85ccfcae53e16f7ed52e0c8d10c2cee.zip
meson-8e2355ebc85ccfcae53e16f7ed52e0c8d10c2cee.tar.gz
meson-8e2355ebc85ccfcae53e16f7ed52e0c8d10c2cee.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 6d63625..304b903 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 = '1.0.0'
+version = '1.0.99'
backendlist = ['ninja', 'vs', 'vs2010', 'vs2012', 'vs2013', 'vs2015', 'vs2017', 'vs2019', 'vs2022', 'xcode']