Skip to content

Commit 39be44f

Browse files
committed
Bump version number for release.
1 parent 17fafda commit 39be44f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mesonbuild/coredata.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SPDX-License-Identifier: Apache-2.0
2-
# Copyright 2013-2024 The Meson development team
2+
# Copyright 2013-2025 The Meson development team
33
# Copyright © 2023-2025 Intel Corporation
44

55
from __future__ import annotations
@@ -72,7 +72,7 @@ class SharedCMDOptions(Protocol):
7272
#
7373
# Pip requires that RCs are named like this: '0.1.0.rc1'
7474
# But the corresponding Git tag needs to be '0.1.0rc1'
75-
version = '1.8.0.rc2'
75+
version = '1.8.0'
7676

7777
# The next stable version when we are in dev. This is used to allow projects to
7878
# require meson version >=1.2.0 when using 1.1.99. FeatureNew won't warn when

0 commit comments

Comments
 (0)