We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8485613 commit 69d6877Copy full SHA for 69d6877
man/meson.1
@@ -1,4 +1,4 @@
1
-.TH MESON "1" "April 2025" "meson 1.8.0" "User Commands"
+.TH MESON "1" "August 2025" "meson 1.9.0" "User Commands"
2
.SH NAME
3
meson - a high productivity build system
4
.SH DESCRIPTION
mesonbuild/coredata.py
@@ -68,7 +68,7 @@ class SharedCMDOptions(Protocol):
68
#
69
# Pip requires that RCs are named like this: '0.1.0.rc1'
70
# But the corresponding Git tag needs to be '0.1.0rc1'
71
-version = '1.8.99'
+version = '1.9.0.rc1'
72
73
# The next stable version when we are in dev. This is used to allow projects to
74
# require meson version >=1.2.0 when using 1.1.99. FeatureNew won't warn when
0 commit comments