From 32369bb7eaaeb947612eb4c15d5efccc2077580b Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Mon, 5 Mar 2018 21:01:26 -0500 Subject: [PATCH] [archiver.sh] updated to v3.003 --- postbuild_processing/archive_prep/archiver.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postbuild_processing/archive_prep/archiver.sh b/postbuild_processing/archive_prep/archiver.sh index cf3dc6a49..ee737f976 100755 --- a/postbuild_processing/archive_prep/archiver.sh +++ b/postbuild_processing/archive_prep/archiver.sh @@ -11,7 +11,7 @@ # # //////////////////////////////////////////////////////////////////// -HACK_VERSION="v3.002" +HACK_VERSION="v3.003" HACK_ARCHIVES_DIR="../../../Hack-archives" HACK_BUILD_DIR="../../build"