summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJussi Pakkanen <jussi.pakkanen@mailbox.org>2025-12-01 18:01:59 +0200
committerJussi Pakkanen <jussi.pakkanen@mailbox.org>2025-12-01 18:01:59 +0200
commit884534ffa7c11197ee62934fb5a508332c45d645 (patch)
treec835c7c52f50138e1a558c1d0b8767b9c512832e
parent4b8a537214896cc24917f445df032ac581a9fa01 (diff)
downloadmeson-884534ffa7c11197ee62934fb5a508332c45d645.tar.gz
Bump version number for rc2.
-rw-r--r--mesonbuild/coredata.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mesonbuild/coredata.py b/mesonbuild/coredata.py
index 7ef494b48..02ff4fd10 100644
--- a/mesonbuild/coredata.py
+++ b/mesonbuild/coredata.py
@@ -44,7 +44,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.10.0.rc1'
+version = '1.10.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