We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17fafda commit 39be44fCopy full SHA for 39be44f
mesonbuild/coredata.py
@@ -1,5 +1,5 @@
1
# SPDX-License-Identifier: Apache-2.0
2
-# Copyright 2013-2024 The Meson development team
+# Copyright 2013-2025 The Meson development team
3
# Copyright © 2023-2025 Intel Corporation
4
5
from __future__ import annotations
@@ -72,7 +72,7 @@ class SharedCMDOptions(Protocol):
72
#
73
# Pip requires that RCs are named like this: '0.1.0.rc1'
74
# But the corresponding Git tag needs to be '0.1.0rc1'
75
-version = '1.8.0.rc2'
+version = '1.8.0'
76
77
# The next stable version when we are in dev. This is used to allow projects to
78
# require meson version >=1.2.0 when using 1.1.99. FeatureNew won't warn when
0 commit comments