Skip to content

Commit

Permalink
Bump version number for new development.
Browse files Browse the repository at this point in the history
  • Loading branch information
jpakkane committed Apr 10, 2023
1 parent ae163a3 commit eb472a1
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 @@ -59,7 +59,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 = '1.1.0'
version = '1.1.99'

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

Expand Down

0 comments on commit eb472a1

Please sign in to comment.