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

@ -1 +1 @@
Subproject commit 4e8b9be3fba16ec32e0cdf50b8f9329826283aaa
Subproject commit 9028c4801fd39fbb71a9796979182549a24e81c8

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"))]