Skip to content

Commit

Permalink
memoize (16jan24)
Browse files Browse the repository at this point in the history
git-svn-id: svn://tug.org/texlive/trunk/Build/source@69456 c570f23f-e606-0410-a88d-b1316a301751
  • Loading branch information
kberry committed Jan 16, 2024
1 parent af92eac commit 323706e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion texk/texlive/linked_scripts/memoize/memoize-clean.pl
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# <texmf>/doc/generic/memoize/FILES.

my $PROG = 'memoize-clean.pl';
my $VERSION = '2024/01/02 v1.1.0';
my $VERSION = '2024/01/16 v1.1.1';

use strict;
use Getopt::Long;
Expand Down
2 changes: 1 addition & 1 deletion texk/texlive/linked_scripts/memoize/memoize-clean.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# The files belonging to this work and covered by LPPL are listed in
# <texmf>/doc/generic/memoize/FILES.

__version__ = '2024/01/02 v1.1.0'
__version__ = '2024/01/16 v1.1.1'

import argparse, re, sys, pathlib, os

Expand Down
2 changes: 1 addition & 1 deletion texk/texlive/linked_scripts/memoize/memoize-extract.pl
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# <texmf>/doc/generic/memoize/FILES.

my $PROG = 'memoize-extract.pl';
my $VERSION = '2024/01/02 v1.1.0';
my $VERSION = '2024/01/16 v1.1.1';

use strict;
use File::Basename qw/basename/;
Expand Down
2 changes: 1 addition & 1 deletion texk/texlive/linked_scripts/memoize/memoize-extract.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# The files belonging to this work and covered by LPPL are listed in
# <texmf>/doc/generic/memoize/FILES.

__version__ = '2024/01/02 v1.1.0'
__version__ = '2024/01/16 v1.1.1'

import argparse, re, sys, os, subprocess, itertools, traceback, platform
from pathlib import Path, PurePath
Expand Down

0 comments on commit 323706e

Please sign in to comment.