diff --git a/build.sh b/build.sh index f18866c..00832e6 100644 --- a/build.sh +++ b/build.sh @@ -13,7 +13,7 @@ fi declare $(cat version.h | awk '{print $2"="$3}') RELEASE_DATE="$(date -d @$APPDATE -u +"%Y-%m-%dT%H:%M:%SZ")" -BETA_VERSION=2021 +BETA_VERSION=2022 echo "Building release $BETA_VERSION.$APPVERSION from commit $APPHASH ($RELEASE_DATE)"; # Remove double quotes in APPHASH diff --git a/buildstable.sh b/buildstable.sh index f68b1ce..cb0b310 100644 --- a/buildstable.sh +++ b/buildstable.sh @@ -13,7 +13,7 @@ fi declare $(cat version.h | awk '{print $2"="$3}') RELEASE_DATE="$(date -d @$APPDATE -u +"%Y-%m-%dT%H:%M:%SZ")" -STABLE_VERSION=2021.1 +STABLE_VERSION=2022.1 echo "Building release $STABLE_VERSION.$APPVERSION from commit $APPHASH ($RELEASE_DATE)"; # Remove double quotes in APPHASH