From b1431a1812f698c2cc02cd026cf57b128cd9cd47 Mon Sep 17 00:00:00 2001 From: Jerome Lelong Date: Sun, 27 Oct 2019 22:10:39 +0100 Subject: [PATCH] Release 3.0.0 --- VERSION | 2 +- chklref.sty | 2 +- release.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index 79ba1c9..4a36342 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.0.0rc +3.0.0 diff --git a/chklref.sty b/chklref.sty index ea29a08..3a57025 100644 --- a/chklref.sty +++ b/chklref.sty @@ -35,7 +35,7 @@ % Make sure the auxiliary files are still suitable for usage without the % chklref package. -\RequirePackage{auxhook}[2009/12/14] +\RequirePackage{auxhook} \AddLineBeginAux{\string\let\string\CHK@immediate@write\string\@gobbletwo} \let\@starttoc@orig\@starttoc \def\@starttoc#1{% diff --git a/release.sh b/release.sh index 1f4eae1..8f38647 100755 --- a/release.sh +++ b/release.sh @@ -14,7 +14,7 @@ git_archive() { [[ -d "$LOCAL_TMPDIR" ]] && rm -rf "$LOCAL_TMPDIR" mkdir -p "$CHKLREF_DIR" cd "$CHKLREFGIT" - git archive --format=tar refactor | tar -x -C "$CHKLREF_DIR" + git archive --format=tar master | tar -x -C "$CHKLREF_DIR" cd "$cwd" }