From ed15e6685de11ba2b9977f5b8605aa011f204c37 Mon Sep 17 00:00:00 2001 From: Sergio Benitez Date: Fri, 26 Oct 2018 20:36:19 -0700 Subject: [PATCH] Track major version in scripts config. --- scripts/config.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/config.sh b/scripts/config.sh index c710c11d..78565991 100755 --- a/scripts/config.sh +++ b/scripts/config.sh @@ -23,7 +23,9 @@ function relative() { fi } +# Full and major version of Rocket ROCKET_VERSION="0.4.0-dev" +ROCKET_MAJOR_VERSION="0.4" CURRENT_RELEASE=false # Root of workspace-like directories.