Skip to content

Commit

Permalink
Release 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jlelong committed Oct 27, 2019
1 parent 59500e3 commit b1431a1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0.0rc
3.0.0
2 changes: 1 addition & 1 deletion chklref.sty
Original file line number Diff line number Diff line change
Expand Up @@ -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{%
Expand Down
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

Expand Down

0 comments on commit b1431a1

Please sign in to comment.