From 0acad75f72ca04f3061b5c4428ed4e45ba29839d Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Sun, 28 Jan 2018 20:50:15 -0500 Subject: [PATCH] [archiver.sh] updated archiver script --- 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 c36c6872a..cf3dc6a49 100755 --- a/postbuild_processing/archive_prep/archiver.sh +++ b/postbuild_processing/archive_prep/archiver.sh @@ -11,7 +11,7 @@ # # //////////////////////////////////////////////////////////////////// -HACK_VERSION="v3.001" +HACK_VERSION="v3.002" HACK_ARCHIVES_DIR="../../../Hack-archives" HACK_BUILD_DIR="../../build"