Skip to content

Commit

Permalink
Bump version number for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
jpakkane committed Oct 24, 2021
1 parent 475b8b1 commit f64e5ce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mesonbuild/coredata.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@
CompilerCheckCacheKey = T.Tuple[T.Tuple[str, ...], str, FileOrString, T.Tuple[str, ...], str]

# Check major_versions_differ() if changing versioning scheme.
version = '0.60.0.rc2'
version = '0.60.0'

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

default_yielding = False
Expand Down

0 comments on commit f64e5ce

Please sign in to comment.