From 968a5cdffb8e402a8672947d69bad10cdc66f743 Mon Sep 17 00:00:00 2001 From: Massimiliano Pala Date: Fri, 24 Dec 2021 04:45:13 -0700 Subject: [PATCH] Added Versioning. --- build.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build.sh b/build.sh index 424c027..c431544 100755 --- a/build.sh +++ b/build.sh @@ -18,6 +18,11 @@ # Destination Directory DEST_DIR=/opt/libpki-pqc +# Release Information +RELEASE=2021-12-24-0001 + +echo "--> LibPKI-PQC Build Script (Rel: ${RELEASE}) ..." + # Base GitHub URL GITHUB_BASE_URL=https://codeload.github.com/open-quantum-safe GITHUB_ARCHIVE_TYPE=zip