Skip to content

Commit

Permalink
Bump version for rc2.
Browse files Browse the repository at this point in the history
  • Loading branch information
jpakkane committed Nov 1, 2022
1 parent 64a6969 commit 43e274c
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.64.0.rc1'
version = '0.64.0.rc2'

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

Expand Down

0 comments on commit 43e274c

Please sign in to comment.