Set release channel to stable

This commit is contained in:
arkpar
2017-07-13 15:13:52 +02:00
parent b822a0d12d
commit f7f092dbe7
2 changed files with 2 additions and 2 deletions

View File

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