summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJussi Pakkanen <jussi.pakkanen@mailbox.org>2025-08-24 19:24:15 +0300
committerJussi Pakkanen <jussi.pakkanen@mailbox.org>2025-08-24 19:24:15 +0300
commit75ef08140346d9a058546493036a31431774eb7a (patch)
tree7041d17f40e1dcb207e9c151adbb3ed83b0932a4
parent0f5cd5fd8426241ab1d5371af553c9c0b5f165fc (diff)
downloadmeson-75ef08140346d9a058546493036a31431774eb7a.tar.gz
Bump version for 1.9.0.
-rw-r--r--mesonbuild/coredata.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mesonbuild/coredata.py b/mesonbuild/coredata.py
index 65b885fab..266cedaa9 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.rc3'
+version = '1.9.0'
# 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