aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2025-04-24 15:17:30 +0300
committerJussi Pakkanen <jpakkane@gmail.com>2025-04-24 15:17:30 +0300
commit17fafda1f98f7ce9b4ac43a511e00f70efbee227 (patch)
treeaad4ef530bdac095314a1eb1311bf0d923cab1bd
parentfc9fd42899e1e2160a69ec245931c3aa79b0d267 (diff)
downloadmeson-master.zip
meson-master.tar.gz
meson-master.tar.bz2
Bump version number for rc2.HEAD1.8.0rc2master
-rw-r--r--mesonbuild/coredata.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mesonbuild/coredata.py b/mesonbuild/coredata.py
index a94fdbd..98ea65c 100644
--- a/mesonbuild/coredata.py
+++ b/mesonbuild/coredata.py
@@ -72,7 +72,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.8.0.rc1'
+version = '1.8.0.rc2'
# The next stable version when we are in dev. This is used to allow projects to
# require meson version >=1.2.0 when using 1.1.99. FeatureNew won't warn when