aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild
diff options
context:
space:
mode:
authorJussi Pakkanen <jussi.pakkanen@mailbox.org>2025-08-20 00:56:37 +0300
committerJussi Pakkanen <jussi.pakkanen@mailbox.org>2025-08-20 00:56:37 +0300
commit0f5cd5fd8426241ab1d5371af553c9c0b5f165fc (patch)
tree8d3985f19b6c79ce73d89120852a8df1c62d4014 /mesonbuild
parentce492509bd23b6a55dbfa644df183f6d95d5cfd9 (diff)
downloadmeson-master.zip
meson-master.tar.gz
meson-master.tar.bz2
Bump for rc3.HEAD1.9.0rc3master
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 c5ba1bd..65b885f 100644
--- a/mesonbuild/coredata.py
+++ b/mesonbuild/coredata.py
@@ -68,7 +68,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.0.rc2'
+version = '1.9.0.rc3'
# 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