diff --git a/scripts/config.sh b/scripts/config.sh index 9a3d8202..07c3ab65 100755 --- a/scripts/config.sh +++ b/scripts/config.sh @@ -58,7 +58,7 @@ VERSION=$(git grep -h "^version" "${CORE_LIB_ROOT}" | head -n 1 | cut -d '"' -f2 MAJOR_VERSION=$(echo "${VERSION}" | cut -d'.' -f1-2) VIRTUAL_CODENAME="$(git branch --show-current)" PHYSICAL_CODENAME="v${MAJOR_VERSION}" -CURRENT_RELEASE=true +CURRENT_RELEASE=false PRE_RELEASE=true # A generated codename for this version. Use the git branch for pre-releases.