diff --git a/VERSION_DEV b/VERSION_DEV index 0ea3a94..0c62199 100644 --- a/VERSION_DEV +++ b/VERSION_DEV @@ -1 +1 @@ -0.2.0 +0.2.1 diff --git a/build.sh b/build.sh index d85666e..fb143f5 100755 --- a/build.sh +++ b/build.sh @@ -9,6 +9,15 @@ # brew 7-zip # ln -s /opt/homebrew/bin/7zz /opt/homebrew/bin/7z +# -- Set the version the generated apio package +VERSION=0.2.1 + +# -- The version of the upstream oss-cad-suite to use, specified +# as a date. +YEAR=2024 +MONTH=12 +DAY=04 + # For debugging, echo executed commands. # set -x @@ -24,18 +33,6 @@ source scripts/assertions.sh # Generate tools-oss-cad-suite-arch-ver.tar.gz from the # oss-cad-suite release file -#----------------------------------------------------------- -# -- INPUT parameters - -# -- Set the version the generated apio package -VERSION=0.2.0 - -# -- The version of the upstream oss-cad-suite to use, specified -# as a date. -YEAR=2024 -MONTH=08 -DAY=02 - # -- The name of the generated apio package. This typically does not # -- need to be cahnged. NAME=oss-cad-suite