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 e4622ff commit eaefe29Copy full SHA for eaefe29
mesonbuild/coredata.py
@@ -70,7 +70,7 @@ class SharedCMDOptions(Protocol):
70
#
71
# Pip requires that RCs are named like this: '0.1.0.rc1'
72
# But the corresponding Git tag needs to be '0.1.0rc1'
73
-version = '1.4.0.rc2'
+version = '1.4.0'
74
75
# The next stable version when we are in dev. This is used to allow projects to
76
# require meson version >=1.2.0 when using 1.1.99. FeatureNew won't warn when
0 commit comments