From f7f092dbe7449e54645a26fcc4965cc8b14f4573 Mon Sep 17 00:00:00 2001 From: arkpar Date: Thu, 13 Jul 2017 15:13:52 +0200 Subject: [PATCH] Set release channel to stable --- ethcore/res/ethereum/tests | 2 +- util/src/misc.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ethcore/res/ethereum/tests b/ethcore/res/ethereum/tests index 4e8b9be3f..9028c4801 160000 --- a/ethcore/res/ethereum/tests +++ b/ethcore/res/ethereum/tests @@ -1 +1 @@ -Subproject commit 4e8b9be3fba16ec32e0cdf50b8f9329826283aaa +Subproject commit 9028c4801fd39fbb71a9796979182549a24e81c8 diff --git a/util/src/misc.rs b/util/src/misc.rs index 6fd4e628c..4ea172c24 100644 --- a/util/src/misc.rs +++ b/util/src/misc.rs @@ -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"))]