Skip to content

Commit

Permalink
euptex: bump version to 241020 (#170)
Browse files Browse the repository at this point in the history
  • Loading branch information
t-tk committed Oct 20, 2024
1 parent d2e01bc commit 9a2c02e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions source/texk/web2c/euptexdir/eptex.ech
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
@y
@d eTeX_version_string=='-2.6' {current \eTeX\ version}
@#
@d epTeX_version_string=='-240930'
@d epTeX_version_number==240930
@d epTeX_version_string=='-241020'
@d epTeX_version_number==241020
@z

@x e-upTeX: banner
Expand Down
2 changes: 1 addition & 1 deletion source/texk/web2c/euptexdir/eptex_version.h
Original file line number Diff line number Diff line change
@@ -1 +1 @@
#define EPTEX_VERSION "240930"
#define EPTEX_VERSION "241020"
4 changes: 3 additions & 1 deletion source/texk/web2c/euptexdir/euptex-ofm.test
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,10 @@ TEXFORMATS=.; export TEXFORMATS
rm -f eup-ofm.*
$LN_S $srcdir/euptexdir/tests/eup-ofm.tex ./eup-ofm.tex

if test ! -f ./eup-basic.fmt; then
if test ! -f ./eup-basic.tex; then
cp $srcdir/tests/dump-basic.tex ./eup-basic.tex
fi
if test ! -f ./eup-basic.fmt; then
$_euptex -ini -etex eup-basic || exit 1
fi

Expand Down

0 comments on commit 9a2c02e

Please sign in to comment.