summaryrefslogtreecommitdiff
path: root/mesonbuild
diff options
context:
space:
mode:
authorJussi Pakkanen <jussi.pakkanen@mailbox.org>2025-11-23 19:50:52 +0200
committerJussi Pakkanen <jussi.pakkanen@mailbox.org>2025-11-23 20:29:19 +0200
commit02bbe3eaa4f667293c72401e634e56e9ffbc33c3 (patch)
treedfdda307de0fbfc693d981cdf74ba453f3b46b60 /mesonbuild
parenta06e649f97555d9f01dd592a24a5536432e5f408 (diff)
downloadmeson-02bbe3eaa4f667293c72401e634e56e9ffbc33c3.tar.gz
Bump version number for 1.10 rc1.
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 f6c43ce70..7ef494b48 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.9.99'
+version = '1.10.0.rc1'
# 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