Skip to content

Commit bb91cea

Browse files
committed
Bump versions to 0.62.1 for release
1 parent b43a166 commit bb91cea

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.62.0" "User Commands"
1+
.TH MESON "1" "April 2022" "meson 0.62.1" "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
@@ -51,7 +51,7 @@
5151
#
5252
# Pip requires that RCs are named like this: '0.1.0.rc1'
5353
# But the corresponding Git tag needs to be '0.1.0rc1'
54-
version = '0.62.0'
54+
version = '0.62.1'
5555

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

0 commit comments

Comments
 (0)