aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2023-04-10 20:01:06 +0300
committerJussi Pakkanen <jpakkane@gmail.com>2023-04-10 20:01:06 +0300
commiteb472a133f45826a246b40c3d775eebf098fd6b1 (patch)
treee3a87616e3e8f4d7d48cbb9350986b9d543a32c2 /mesonbuild
parentae163a3f3e0ccdcbea97c8ad0e78f087925646b9 (diff)
downloadmeson-eb472a133f45826a246b40c3d775eebf098fd6b1.zip
meson-eb472a133f45826a246b40c3d775eebf098fd6b1.tar.gz
meson-eb472a133f45826a246b40c3d775eebf098fd6b1.tar.bz2
Bump version number for new development.
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 0a78a11..8ddc910 100644
--- a/mesonbuild/coredata.py
+++ b/mesonbuild/coredata.py
@@ -59,7 +59,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.1.0'
+version = '1.1.99'
backendlist = ['ninja', 'vs', 'vs2010', 'vs2012', 'vs2013', 'vs2015', 'vs2017', 'vs2019', 'vs2022', 'xcode', 'none']