We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49d98cf commit 84e4371Copy full SHA for 84e4371
man/meson.1
@@ -1,4 +1,4 @@
1
-.TH MESON "1" "September 2023" "meson 1.2.2" "User Commands"
+.TH MESON "1" "October 2023" "meson 1.2.3" "User Commands"
2
.SH NAME
3
meson - a high productivity build system
4
.SH DESCRIPTION
mesonbuild/coredata.py
@@ -59,7 +59,7 @@
59
#
60
# Pip requires that RCs are named like this: '0.1.0.rc1'
61
# But the corresponding Git tag needs to be '0.1.0rc1'
62
-version = '1.2.2'
+version = '1.2.3'
63
64
# The next stable version when we are in dev. This is used to allow projects to
65
# require meson version >=1.2.0 when using 1.1.99. FeatureNew won't warn when
0 commit comments