We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae163a3 commit eb472a1Copy full SHA for eb472a1
1 file changed
mesonbuild/coredata.py
@@ -59,7 +59,7 @@
59
#
60
# Pip requires that RCs are named like this: '0.1.0.rc1'
61
# But the corresponding Git tag needs to be '0.1.0rc1'
62
-version = '1.1.0'
+version = '1.1.99'
63
64
backendlist = ['ninja', 'vs', 'vs2010', 'vs2012', 'vs2013', 'vs2015', 'vs2017', 'vs2019', 'vs2022', 'xcode', 'none']
65
0 commit comments