File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- .TH MESON "1" "November 2023 " "meson 1.3 .0" "User Commands"
1
+ .TH MESON "1" "February 2024 " "meson 1.4 .0" "User Commands"
2
2
.SH NAME
3
3
meson - a high productivity build system
4
4
.SH DESCRIPTION
Original file line number Diff line number Diff line change 1
1
# SPDX-License-Identifier: Apache-2.0
2
- # Copyright 2013-2023 The Meson development team
2
+ # Copyright 2013-2024 The Meson development team
3
3
# Copyright © 2023 Intel Corporation
4
4
5
5
from __future__ import annotations
@@ -70,7 +70,7 @@ class SharedCMDOptions(Protocol):
70
70
#
71
71
# Pip requires that RCs are named like this: '0.1.0.rc1'
72
72
# But the corresponding Git tag needs to be '0.1.0rc1'
73
- version = '1.3.99 '
73
+ version = '1.4.0.rc1 '
74
74
75
75
# The next stable version when we are in dev. This is used to allow projects to
76
76
# require meson version >=1.2.0 when using 1.1.99. FeatureNew won't warn when
You can’t perform that action at this time.
0 commit comments