aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2022-12-10 18:48:22 +0200
committerJussi Pakkanen <jpakkane@gmail.com>2022-12-10 18:48:22 +0200
commitc8766468a30b997e637b21301fe9254c0c252bd2 (patch)
treec2587c32a6e09cc76e40133e857dc8a5a88f5bd2 /mesonbuild
parent17c0a7f76a3168cd568c33fbad2824da2d702764 (diff)
downloadmeson-c8766468a30b997e637b21301fe9254c0c252bd2.zip
meson-c8766468a30b997e637b21301fe9254c0c252bd2.tar.gz
meson-c8766468a30b997e637b21301fe9254c0c252bd2.tar.bz2
Bump version numbers for rc1.1.0.0rc1
Diffstat (limited to 'mesonbuild')
-rw-r--r--mesonbuild/coredata.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mesonbuild/coredata.py b/mesonbuild/coredata.py
index d94e9ac..b90a567 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.99.99'
+version = '1.0.0.rc1'
backendlist = ['ninja', 'vs', 'vs2010', 'vs2012', 'vs2013', 'vs2015', 'vs2017', 'vs2019', 'vs2022', 'xcode']