Skip to content

Commit

Permalink
memoize (3dec24)
Browse files Browse the repository at this point in the history
git-svn-id: svn://tug.org/texlive/trunk/Build/source@73025 c570f23f-e606-0410-a88d-b1316a301751
  • Loading branch information
kberry committed Dec 3, 2024
1 parent 0492376 commit 57d4b8c
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/11/24 v1.4.0';
my $VERSION = '2024/12/02 v1.4.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/11/24 v1.4.0'
__version__ = '2024/12/02 v1.4.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/11/24 v1.4.0';
my $VERSION = '2024/12/02 v1.4.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/11/24 v1.4.0'
__version__ = '2024/12/02 v1.4.1'

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

0 comments on commit 57d4b8c

Please sign in to comment.