Skip to content

Commit 7802059

Browse files
committed
Bump versions to 0.61.4 for release
Also contains one revert, which was not suppose to be in 0.61.3 at all, but was included accidentally and causes a regression.
1 parent caa5220 commit 7802059

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" "March 2022" "meson 0.61.3" "User Commands"
1+
.TH MESON "1" "March 2022" "meson 0.61.4" "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
@@ -50,7 +50,7 @@
5050
#
5151
# Pip requires that RCs are named like this: '0.1.0.rc1'
5252
# But the corresponding Git tag needs to be '0.1.0rc1'
53-
version = '0.61.3'
53+
version = '0.61.4'
5454

5555
backendlist = ['ninja', 'vs', 'vs2010', 'vs2012', 'vs2013', 'vs2015', 'vs2017', 'vs2019', 'vs2022', 'xcode']
5656

0 commit comments

Comments
 (0)