Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 87cb733

Browse files
committedMay 4, 2016
Merge pull request #33407 from alexcrichton/beta-next
Merge beta-accepted into beta
2 parents d8d51ac + 4497b73 commit 87cb733

File tree

69 files changed

+2122
-454
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+2122
-454
lines changed
 

‎RELEASES.md

Lines changed: 288 additions & 0 deletions
Large diffs are not rendered by default.

‎mk/main.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ CFG_RELEASE_NUM=1.9.0
1818
# An optional number to put after the label, e.g. '.2' -> '-beta.2'
1919
# NB Make sure it starts with a dot to conform to semver pre-release
2020
# versions (section 9)
21-
CFG_PRERELEASE_VERSION=.1
21+
CFG_PRERELEASE_VERSION=.2
2222

2323
# Append a version-dependent hash to each library, so we can install different
2424
# versions in the same place

0 commit comments

Comments
 (0)
Please sign in to comment.