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