Bump 1.9 to beta (#7533)

This commit is contained in:
Afri Schoedon 2018-01-17 12:28:21 +01:00 committed by GitHub
parent 7bccaa5c15
commit 8c36a56365
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,7 +28,7 @@ include!(concat!(env!("OUT_DIR"), "/version.rs"));
include!(concat!(env!("OUT_DIR"), "/rustc_version.rs")); include!(concat!(env!("OUT_DIR"), "/rustc_version.rs"));
#[cfg(feature = "final")] #[cfg(feature = "final")]
const THIS_TRACK: &'static str = "nightly"; const THIS_TRACK: &'static str = "beta";
// ^^^ should be reset to "stable" or "beta" according to the release branch. // ^^^ should be reset to "stable" or "beta" according to the release branch.
#[cfg(not(feature = "final"))] #[cfg(not(feature = "final"))]