Skip to content

Commit

Permalink
Bump version number for rc2.
Browse files Browse the repository at this point in the history
  • Loading branch information
jpakkane committed Jun 27, 2022
1 parent 0be3532 commit eee8618
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mesonbuild/coredata.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
#
# Pip requires that RCs are named like this: '0.1.0.rc1'
# But the corresponding Git tag needs to be '0.1.0rc1'
version = '0.63.0.rc1'
version = '0.63.0.rc2'

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

Expand Down

0 comments on commit eee8618

Please sign in to comment.