Skip to content

Commit

Permalink
Bump version number for rc1.
Browse files Browse the repository at this point in the history
  • Loading branch information
jpakkane committed Oct 11, 2021
1 parent 88d9646 commit a331ba1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ graft graphics
graft man
graft tools
graft packaging
graft unittests

include contributing.md
include COPYING
Expand Down
2 changes: 1 addition & 1 deletion man/meson.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH MESON "1" "July 2021" "meson 0.59.0" "User Commands"
.TH MESON "1" "October 2021" "meson 0.60.0" "User Commands"
.SH NAME
meson - a high productivity build system
.SH DESCRIPTION
Expand Down
2 changes: 1 addition & 1 deletion mesonbuild/coredata.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
CompilerCheckCacheKey = T.Tuple[T.Tuple[str, ...], str, FileOrString, T.Tuple[str, ...], str]

# Check major_versions_differ() if changing versioning scheme.
version = '0.59.99'
version = '0.60.0.rc1'
backendlist = ['ninja', 'vs', 'vs2010', 'vs2012', 'vs2013', 'vs2015', 'vs2017', 'vs2019', 'xcode']

default_yielding = False
Expand Down

0 comments on commit a331ba1

Please sign in to comment.