summaryrefslogtreecommitdiff
path: root/macros/eplain/tex/eplain.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/eplain/tex/eplain.tex')
-rw-r--r--macros/eplain/tex/eplain.tex14
1 files changed, 9 insertions, 5 deletions
diff --git a/macros/eplain/tex/eplain.tex b/macros/eplain/tex/eplain.tex
index d4dc8e2a1c..6cff16a9eb 100644
--- a/macros/eplain/tex/eplain.tex
+++ b/macros/eplain/tex/eplain.tex
@@ -1,10 +1,10 @@
%% @texfile{
%% author = "Karl Berry, Steven Smith, Oleg Katsitadze, and others",
-%% version = "3.9",
-%% date = "Thu May 30 08:55:47 PDT 2019",
+%% version = "3.11",
+%% date = "Sat Jul 4 08:41:11 PDT 2020",
%% filename = "eplain.tex",
%% email = "bug-eplain@tug.org",
-%% checksum = "4135 9294 134244",
+%% checksum = "4139 9298 134361",
%% codetable = "ASCII",
%% supported = "yes",
%% docstring = "This file defines macros that extend and expand on
@@ -4089,7 +4089,11 @@ end
\expandafter\@firstoftwo
\fi
}%
-\def\@parse@version#1/#2/#3#4#5\@nil{#1#2#3#4 }%
+\def\@parse@version#1/#2/#3#4#5\@nil{%
+ \@parse@version@dash#1-#2-#3#4\@nil
+}%
+\def\@parse@version@dash#1-#2-#3#4#5\@nil{%
+ \if\relax#2\relax\else#1\fi#2#3#4 }%
\let\ttfamily\tt
\def\strip@prefix#1>{}%
\def\@ifpackageloaded#1{%
@@ -4131,5 +4135,5 @@ end
\def\fmtname{eplain}%
\def\eplain{t}%
{\edef\plainversion{\fmtversion}%
- \xdef\fmtversion{3.9: 30 May 2019 (and plain \plainversion)}%
+ \xdef\fmtversion{3.11: 4 July 2020 (and plain \plainversion)}%
}%