Skip to content

Commit 8280db8

Browse files
committed
Bump versions to 1.4.2 for release
1 parent ebfb2b6 commit 8280db8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

man/meson.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH MESON "1" "May 2024" "meson 1.4.1" "User Commands"
1+
.TH MESON "1" "July 2024" "meson 1.4.2" "User Commands"
22
.SH NAME
33
meson - a high productivity build system
44
.SH DESCRIPTION

mesonbuild/coredata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ class SharedCMDOptions(Protocol):
7070
#
7171
# Pip requires that RCs are named like this: '0.1.0.rc1'
7272
# But the corresponding Git tag needs to be '0.1.0rc1'
73-
version = '1.4.1'
73+
version = '1.4.2'
7474

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

0 commit comments

Comments
 (0)