summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2015-04-10 20:54:40 +0000
committerKarl Berry <karl@freefriends.org>2015-04-10 20:54:40 +0000
commit8c3034b5cd54c82925a751f02ee0d81e13b063fa (patch)
tree2582958657c61f39fbb4bc9be83456eb0c3ba7d9 /Master
parent2e3f318d3b477cde81267e04e82c8cf467c7a6e8 (diff)
datetime2-english (10apr15)
git-svn-id: svn://tug.org/texlive/trunk@36760 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r--Master/texmf-dist/doc/latex/datetime2-english/CHANGES7
-rw-r--r--Master/texmf-dist/doc/latex/datetime2-english/datetime2-english.pdfbin512072 -> 512331 bytes
-rw-r--r--Master/texmf-dist/source/latex/datetime2-english/datetime2-english.dtx47
-rw-r--r--Master/texmf-dist/tex/latex/datetime2-english/datetime2-en-AU.ldf4
-rw-r--r--Master/texmf-dist/tex/latex/datetime2-english/datetime2-en-CA.ldf4
-rw-r--r--Master/texmf-dist/tex/latex/datetime2-english/datetime2-en-GB.ldf4
-rw-r--r--Master/texmf-dist/tex/latex/datetime2-english/datetime2-en-GG.ldf4
-rw-r--r--Master/texmf-dist/tex/latex/datetime2-english/datetime2-en-IE.ldf4
-rw-r--r--Master/texmf-dist/tex/latex/datetime2-english/datetime2-en-IM.ldf4
-rw-r--r--Master/texmf-dist/tex/latex/datetime2-english/datetime2-en-JE.ldf4
-rw-r--r--Master/texmf-dist/tex/latex/datetime2-english/datetime2-en-MT.ldf4
-rw-r--r--Master/texmf-dist/tex/latex/datetime2-english/datetime2-en-NZ.ldf4
-rw-r--r--Master/texmf-dist/tex/latex/datetime2-english/datetime2-en-US.ldf4
-rw-r--r--Master/texmf-dist/tex/latex/datetime2-english/datetime2-english-base.ldf2
-rw-r--r--Master/texmf-dist/tex/latex/datetime2-english/datetime2-english.ldf2
15 files changed, 53 insertions, 45 deletions
diff --git a/Master/texmf-dist/doc/latex/datetime2-english/CHANGES b/Master/texmf-dist/doc/latex/datetime2-english/CHANGES
new file mode 100644
index 00000000000..36f38a1bc37
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/datetime2-english/CHANGES
@@ -0,0 +1,7 @@
+v1.01 (2015-04-09):
+
+ * Fixed bug where en-GB-numeric was mistyped as en-GB-regional
+
+v1.0 (2015-03-24):
+
+ * Initial release
diff --git a/Master/texmf-dist/doc/latex/datetime2-english/datetime2-english.pdf b/Master/texmf-dist/doc/latex/datetime2-english/datetime2-english.pdf
index 3d1207236a0..e7ceb5d1e04 100644
--- a/Master/texmf-dist/doc/latex/datetime2-english/datetime2-english.pdf
+++ b/Master/texmf-dist/doc/latex/datetime2-english/datetime2-english.pdf
Binary files differ
diff --git a/Master/texmf-dist/source/latex/datetime2-english/datetime2-english.dtx b/Master/texmf-dist/source/latex/datetime2-english/datetime2-english.dtx
index 18b8818be0c..a643cb7d8bd 100644
--- a/Master/texmf-dist/source/latex/datetime2-english/datetime2-english.dtx
+++ b/Master/texmf-dist/source/latex/datetime2-english/datetime2-english.dtx
@@ -60,7 +60,7 @@
%
%\title{English Module for datetime2 Package}
%\author{Nicola L. C. Talbot}
-%\date{2015-03-24 (v1.0)}
+%\date{2015-04-09 (v1.01)}
%\maketitle
%
%\begin{abstract}
@@ -472,7 +472,7 @@
%\changes{1.0}{2015-03-24}{Initial release}
% Identify module
% \begin{macrocode}
-\ProvidesDateTimeModule{english-base}[2015/03/24 v1.0 (NLCT)]
+\ProvidesDateTimeModule{english-base}[2015/04/09 v1.01 (NLCT)]
% \end{macrocode}
% Since the main emphasize of the \sty{datetime2} package is to
% provide expandable dates where possible, the commands here need to
@@ -798,7 +798,7 @@
%
% Identify Module
% \begin{macrocode}
-\ProvidesDateTimeModule{english}[2015/03/24 v1.0 (NLCT)]
+\ProvidesDateTimeModule{english}[2015/04/09 v1.01 (NLCT)]
% \end{macrocode}
% Load the base English module.
% \begin{macrocode}
@@ -893,7 +893,7 @@
%\fi
% Identify this module.
% \begin{macrocode}
-\ProvidesDateTimeModule{en-GB}[2015/03/24 v1.0 (NLCT)]
+\ProvidesDateTimeModule{en-GB}[2015/04/09 v1.01 (NLCT)]
% \end{macrocode}
% Load base English module.
% \begin{macrocode}
@@ -1088,6 +1088,7 @@
% \end{macrocode}
%
% Define numeric style.
+%\changes{1.01}{2015-04-09}{fixed mispelt style name}
% \begin{macrocode}
\DTMnewstyle
{en-GB-numeric}% label
@@ -1187,7 +1188,7 @@
\DTMifcaseregional
{}% do nothing
{\DTMsetstyle{en-GB}}%
- {\DTMsetstyle{en-GB-regional}}%
+ {\DTMsetstyle{en-GB-numeric}}%
}%
}%
% \end{macrocode}
@@ -1208,7 +1209,7 @@
%
% Identify this module.
% \begin{macrocode}
-\ProvidesDateTimeModule{en-US}[2015/03/24 v1.0 (NLCT)]
+\ProvidesDateTimeModule{en-US}[2015/04/09 v1.01 (NLCT)]
% \end{macrocode}
% Load base English module.
% \begin{macrocode}
@@ -1510,7 +1511,7 @@
\DTMifcaseregional
{}% do nothing
{\DTMsetstyle{en-US}}%
- {\DTMsetstyle{en-US-regional}}%
+ {\DTMsetstyle{en-US-numeric}}%
}%
}%
% \end{macrocode}
@@ -1532,7 +1533,7 @@
%
% Identify this module.
% \begin{macrocode}
-\ProvidesDateTimeModule{en-CA}[2015/03/24 v1.0 (NLCT)]
+\ProvidesDateTimeModule{en-CA}[2015/04/09 v1.01 (NLCT)]
% \end{macrocode}
% Load base English module.
% \begin{macrocode}
@@ -1833,7 +1834,7 @@
\DTMifcaseregional
{}% do nothing
{\DTMsetstyle{en-CA}}%
- {\DTMsetstyle{en-CA-regional}}%
+ {\DTMsetstyle{en-CA-numeric}}%
}%
}%
% \end{macrocode}
@@ -1854,7 +1855,7 @@
%
% Identify this module.
% \begin{macrocode}
-\ProvidesDateTimeModule{en-AU}[2015/03/24 v1.0 (NLCT)]
+\ProvidesDateTimeModule{en-AU}[2015/04/09 v1.01 (NLCT)]
% \end{macrocode}
% Load base English module.
% \begin{macrocode}
@@ -2156,7 +2157,7 @@
\DTMifcaseregional
{}% do nothing
{\DTMsetstyle{en-AU}}%
- {\DTMsetstyle{en-AU-regional}}%
+ {\DTMsetstyle{en-AU-numeric}}%
}%
}%
% \end{macrocode}
@@ -2177,7 +2178,7 @@
%
% Identify this module.
% \begin{macrocode}
-\ProvidesDateTimeModule{en-NZ}[2015/03/24 v1.0 (NLCT)]
+\ProvidesDateTimeModule{en-NZ}[2015/04/09 v1.01 (NLCT)]
% \end{macrocode}
% Load base English module.
% \begin{macrocode}
@@ -2474,7 +2475,7 @@
\DTMifcaseregional
{}% do nothing
{\DTMsetstyle{en-NZ}}%
- {\DTMsetstyle{en-NZ-regional}}%
+ {\DTMsetstyle{en-NZ-numeric}}%
}%
}%
% \end{macrocode}
@@ -2495,7 +2496,7 @@
%
% Identify this module.
% \begin{macrocode}
-\ProvidesDateTimeModule{en-GG}[2015/03/24 v1.0 (NLCT)]
+\ProvidesDateTimeModule{en-GG}[2015/04/09 v1.01 (NLCT)]
% \end{macrocode}
% Load base English module.
% \begin{macrocode}
@@ -2789,7 +2790,7 @@
\DTMifcaseregional
{}% do nothing
{\DTMsetstyle{en-GG}}%
- {\DTMsetstyle{en-GG-regional}}%
+ {\DTMsetstyle{en-GG-numeric}}%
}%
}%
% \end{macrocode}
@@ -2809,7 +2810,7 @@
%
% Identify this module.
% \begin{macrocode}
-\ProvidesDateTimeModule{en-JE}[2015/03/24 v1.0 (NLCT)]
+\ProvidesDateTimeModule{en-JE}[2015/04/09 v1.01 (NLCT)]
% \end{macrocode}
% Load base English module.
% \begin{macrocode}
@@ -3103,7 +3104,7 @@
\DTMifcaseregional
{}% do nothing
{\DTMsetstyle{en-JE}}%
- {\DTMsetstyle{en-JE-regional}}%
+ {\DTMsetstyle{en-JE-numeric}}%
}%
}%
% \end{macrocode}
@@ -3123,7 +3124,7 @@
%
% Identify this module.
% \begin{macrocode}
-\ProvidesDateTimeModule{en-IM}[2015/03/24 v1.0 (NLCT)]
+\ProvidesDateTimeModule{en-IM}[2015/04/09 v1.01 (NLCT)]
% \end{macrocode}
% Load base English module.
% \begin{macrocode}
@@ -3417,7 +3418,7 @@
\DTMifcaseregional
{}% do nothing
{\DTMsetstyle{en-IM}}%
- {\DTMsetstyle{en-IM-regional}}%
+ {\DTMsetstyle{en-IM-numeric}}%
}%
}%
% \end{macrocode}
@@ -3437,7 +3438,7 @@
%
% Identify this module.
% \begin{macrocode}
-\ProvidesDateTimeModule{en-MT}[2015/03/24 v1.0 (NLCT)]
+\ProvidesDateTimeModule{en-MT}[2015/04/09 v1.01 (NLCT)]
% \end{macrocode}
% Load base English module.
% \begin{macrocode}
@@ -3731,7 +3732,7 @@
\DTMifcaseregional
{}% do nothing
{\DTMsetstyle{en-MT}}%
- {\DTMsetstyle{en-MT-regional}}%
+ {\DTMsetstyle{en-MT-numeric}}%
}%
}%
% \end{macrocode}
@@ -3752,7 +3753,7 @@
%
% Identify this module.
% \begin{macrocode}
-\ProvidesDateTimeModule{en-IE}[2015/03/24 v1.0 (NLCT)]
+\ProvidesDateTimeModule{en-IE}[2015/04/09 v1.01 (NLCT)]
% \end{macrocode}
% Load base English module.
% \begin{macrocode}
@@ -4046,7 +4047,7 @@
\DTMifcaseregional
{}% do nothing
{\DTMsetstyle{en-IE}}%
- {\DTMsetstyle{en-IE-regional}}%
+ {\DTMsetstyle{en-IE-numeric}}%
}%
}%
% \end{macrocode}
diff --git a/Master/texmf-dist/tex/latex/datetime2-english/datetime2-en-AU.ldf b/Master/texmf-dist/tex/latex/datetime2-english/datetime2-en-AU.ldf
index bb43897e04d..1413121aa5a 100644
--- a/Master/texmf-dist/tex/latex/datetime2-english/datetime2-en-AU.ldf
+++ b/Master/texmf-dist/tex/latex/datetime2-english/datetime2-en-AU.ldf
@@ -44,7 +44,7 @@
%% Right bracket \] Circumflex \^ Underscore \_
%% Grave accent \` Left brace \{ Vertical bar \|
%% Right brace \} Tilde \~}
-\ProvidesDateTimeModule{en-AU}[2015/03/24 v1.0 (NLCT)]
+\ProvidesDateTimeModule{en-AU}[2015/04/09 v1.01 (NLCT)]
\RequireDateTimeModule{english-base}
\newcommand*{\DTMenAUdaymonthsep}{\space}
\newcommand*{\DTMenAUmonthyearsep}{\space}
@@ -227,7 +227,7 @@
\DTMifcaseregional
{}% do nothing
{\DTMsetstyle{en-AU}}%
- {\DTMsetstyle{en-AU-regional}}%
+ {\DTMsetstyle{en-AU-numeric}}%
}%
}%
\endinput
diff --git a/Master/texmf-dist/tex/latex/datetime2-english/datetime2-en-CA.ldf b/Master/texmf-dist/tex/latex/datetime2-english/datetime2-en-CA.ldf
index 34804178e50..33ed6ec31f1 100644
--- a/Master/texmf-dist/tex/latex/datetime2-english/datetime2-en-CA.ldf
+++ b/Master/texmf-dist/tex/latex/datetime2-english/datetime2-en-CA.ldf
@@ -44,7 +44,7 @@
%% Right bracket \] Circumflex \^ Underscore \_
%% Grave accent \` Left brace \{ Vertical bar \|
%% Right brace \} Tilde \~}
-\ProvidesDateTimeModule{en-CA}[2015/03/24 v1.0 (NLCT)]
+\ProvidesDateTimeModule{en-CA}[2015/04/09 v1.01 (NLCT)]
\RequireDateTimeModule{english-base}
\newcommand*{\DTMenCAmonthdaysep}{\space}
\newcommand*{\DTMenCAdayyearsep}{,\space}
@@ -225,7 +225,7 @@
\DTMifcaseregional
{}% do nothing
{\DTMsetstyle{en-CA}}%
- {\DTMsetstyle{en-CA-regional}}%
+ {\DTMsetstyle{en-CA-numeric}}%
}%
}%
\endinput
diff --git a/Master/texmf-dist/tex/latex/datetime2-english/datetime2-en-GB.ldf b/Master/texmf-dist/tex/latex/datetime2-english/datetime2-en-GB.ldf
index 76923ba4d45..e3b64b7384a 100644
--- a/Master/texmf-dist/tex/latex/datetime2-english/datetime2-en-GB.ldf
+++ b/Master/texmf-dist/tex/latex/datetime2-english/datetime2-en-GB.ldf
@@ -44,7 +44,7 @@
%% Right bracket \] Circumflex \^ Underscore \_
%% Grave accent \` Left brace \{ Vertical bar \|
%% Right brace \} Tilde \~}
-\ProvidesDateTimeModule{en-GB}[2015/03/24 v1.0 (NLCT)]
+\ProvidesDateTimeModule{en-GB}[2015/04/09 v1.01 (NLCT)]
\RequireDateTimeModule{english-base}
\newcommand*{\DTMenGBdaymonthsep}{\space}
\newcommand*{\DTMenGBmonthyearsep}{\space}
@@ -220,7 +220,7 @@
\DTMifcaseregional
{}% do nothing
{\DTMsetstyle{en-GB}}%
- {\DTMsetstyle{en-GB-regional}}%
+ {\DTMsetstyle{en-GB-numeric}}%
}%
}%
\endinput
diff --git a/Master/texmf-dist/tex/latex/datetime2-english/datetime2-en-GG.ldf b/Master/texmf-dist/tex/latex/datetime2-english/datetime2-en-GG.ldf
index 5802469eaad..ff4fdd42110 100644
--- a/Master/texmf-dist/tex/latex/datetime2-english/datetime2-en-GG.ldf
+++ b/Master/texmf-dist/tex/latex/datetime2-english/datetime2-en-GG.ldf
@@ -44,7 +44,7 @@
%% Right bracket \] Circumflex \^ Underscore \_
%% Grave accent \` Left brace \{ Vertical bar \|
%% Right brace \} Tilde \~}
-\ProvidesDateTimeModule{en-GG}[2015/03/24 v1.0 (NLCT)]
+\ProvidesDateTimeModule{en-GG}[2015/04/09 v1.01 (NLCT)]
\RequireDateTimeModule{english-base}
\newcommand*{\DTMenGGdaymonthsep}{\space}
\newcommand*{\DTMenGGmonthyearsep}{\space}
@@ -220,7 +220,7 @@
\DTMifcaseregional
{}% do nothing
{\DTMsetstyle{en-GG}}%
- {\DTMsetstyle{en-GG-regional}}%
+ {\DTMsetstyle{en-GG-numeric}}%
}%
}%
\endinput
diff --git a/Master/texmf-dist/tex/latex/datetime2-english/datetime2-en-IE.ldf b/Master/texmf-dist/tex/latex/datetime2-english/datetime2-en-IE.ldf
index e55e5130715..5102e6b841d 100644
--- a/Master/texmf-dist/tex/latex/datetime2-english/datetime2-en-IE.ldf
+++ b/Master/texmf-dist/tex/latex/datetime2-english/datetime2-en-IE.ldf
@@ -44,7 +44,7 @@
%% Right bracket \] Circumflex \^ Underscore \_
%% Grave accent \` Left brace \{ Vertical bar \|
%% Right brace \} Tilde \~}
-\ProvidesDateTimeModule{en-IE}[2015/03/24 v1.0 (NLCT)]
+\ProvidesDateTimeModule{en-IE}[2015/04/09 v1.01 (NLCT)]
\RequireDateTimeModule{english-base}
\newcommand*{\DTMenIEdaymonthsep}{\space}
\newcommand*{\DTMenIEmonthyearsep}{\space}
@@ -220,7 +220,7 @@
\DTMifcaseregional
{}% do nothing
{\DTMsetstyle{en-IE}}%
- {\DTMsetstyle{en-IE-regional}}%
+ {\DTMsetstyle{en-IE-numeric}}%
}%
}%
\endinput
diff --git a/Master/texmf-dist/tex/latex/datetime2-english/datetime2-en-IM.ldf b/Master/texmf-dist/tex/latex/datetime2-english/datetime2-en-IM.ldf
index 662757ee222..c2e7fd78f35 100644
--- a/Master/texmf-dist/tex/latex/datetime2-english/datetime2-en-IM.ldf
+++ b/Master/texmf-dist/tex/latex/datetime2-english/datetime2-en-IM.ldf
@@ -44,7 +44,7 @@
%% Right bracket \] Circumflex \^ Underscore \_
%% Grave accent \` Left brace \{ Vertical bar \|
%% Right brace \} Tilde \~}
-\ProvidesDateTimeModule{en-IM}[2015/03/24 v1.0 (NLCT)]
+\ProvidesDateTimeModule{en-IM}[2015/04/09 v1.01 (NLCT)]
\RequireDateTimeModule{english-base}
\newcommand*{\DTMenIMdaymonthsep}{\space}
\newcommand*{\DTMenIMmonthyearsep}{\space}
@@ -220,7 +220,7 @@
\DTMifcaseregional
{}% do nothing
{\DTMsetstyle{en-IM}}%
- {\DTMsetstyle{en-IM-regional}}%
+ {\DTMsetstyle{en-IM-numeric}}%
}%
}%
\endinput
diff --git a/Master/texmf-dist/tex/latex/datetime2-english/datetime2-en-JE.ldf b/Master/texmf-dist/tex/latex/datetime2-english/datetime2-en-JE.ldf
index 7bcfa00825c..86adc58c659 100644
--- a/Master/texmf-dist/tex/latex/datetime2-english/datetime2-en-JE.ldf
+++ b/Master/texmf-dist/tex/latex/datetime2-english/datetime2-en-JE.ldf
@@ -44,7 +44,7 @@
%% Right bracket \] Circumflex \^ Underscore \_
%% Grave accent \` Left brace \{ Vertical bar \|
%% Right brace \} Tilde \~}
-\ProvidesDateTimeModule{en-JE}[2015/03/24 v1.0 (NLCT)]
+\ProvidesDateTimeModule{en-JE}[2015/04/09 v1.01 (NLCT)]
\RequireDateTimeModule{english-base}
\newcommand*{\DTMenJEdaymonthsep}{\space}
\newcommand*{\DTMenJEmonthyearsep}{\space}
@@ -220,7 +220,7 @@
\DTMifcaseregional
{}% do nothing
{\DTMsetstyle{en-JE}}%
- {\DTMsetstyle{en-JE-regional}}%
+ {\DTMsetstyle{en-JE-numeric}}%
}%
}%
\endinput
diff --git a/Master/texmf-dist/tex/latex/datetime2-english/datetime2-en-MT.ldf b/Master/texmf-dist/tex/latex/datetime2-english/datetime2-en-MT.ldf
index 4c80872f992..ae933ce60de 100644
--- a/Master/texmf-dist/tex/latex/datetime2-english/datetime2-en-MT.ldf
+++ b/Master/texmf-dist/tex/latex/datetime2-english/datetime2-en-MT.ldf
@@ -44,7 +44,7 @@
%% Right bracket \] Circumflex \^ Underscore \_
%% Grave accent \` Left brace \{ Vertical bar \|
%% Right brace \} Tilde \~}
-\ProvidesDateTimeModule{en-MT}[2015/03/24 v1.0 (NLCT)]
+\ProvidesDateTimeModule{en-MT}[2015/04/09 v1.01 (NLCT)]
\RequireDateTimeModule{english-base}
\newcommand*{\DTMenMTdaymonthsep}{\space}
\newcommand*{\DTMenMTmonthyearsep}{\space}
@@ -220,7 +220,7 @@
\DTMifcaseregional
{}% do nothing
{\DTMsetstyle{en-MT}}%
- {\DTMsetstyle{en-MT-regional}}%
+ {\DTMsetstyle{en-MT-numeric}}%
}%
}%
\endinput
diff --git a/Master/texmf-dist/tex/latex/datetime2-english/datetime2-en-NZ.ldf b/Master/texmf-dist/tex/latex/datetime2-english/datetime2-en-NZ.ldf
index 68339d87b2a..85ac882a716 100644
--- a/Master/texmf-dist/tex/latex/datetime2-english/datetime2-en-NZ.ldf
+++ b/Master/texmf-dist/tex/latex/datetime2-english/datetime2-en-NZ.ldf
@@ -44,7 +44,7 @@
%% Right bracket \] Circumflex \^ Underscore \_
%% Grave accent \` Left brace \{ Vertical bar \|
%% Right brace \} Tilde \~}
-\ProvidesDateTimeModule{en-NZ}[2015/03/24 v1.0 (NLCT)]
+\ProvidesDateTimeModule{en-NZ}[2015/04/09 v1.01 (NLCT)]
\RequireDateTimeModule{english-base}
\newcommand*{\DTMenNZdaymonthsep}{\space}
\newcommand*{\DTMenNZmonthyearsep}{\space}
@@ -222,7 +222,7 @@
\DTMifcaseregional
{}% do nothing
{\DTMsetstyle{en-NZ}}%
- {\DTMsetstyle{en-NZ-regional}}%
+ {\DTMsetstyle{en-NZ-numeric}}%
}%
}%
\endinput
diff --git a/Master/texmf-dist/tex/latex/datetime2-english/datetime2-en-US.ldf b/Master/texmf-dist/tex/latex/datetime2-english/datetime2-en-US.ldf
index baa71bd4212..6ad35159b2a 100644
--- a/Master/texmf-dist/tex/latex/datetime2-english/datetime2-en-US.ldf
+++ b/Master/texmf-dist/tex/latex/datetime2-english/datetime2-en-US.ldf
@@ -44,7 +44,7 @@
%% Right bracket \] Circumflex \^ Underscore \_
%% Grave accent \` Left brace \{ Vertical bar \|
%% Right brace \} Tilde \~}
-\ProvidesDateTimeModule{en-US}[2015/03/24 v1.0 (NLCT)]
+\ProvidesDateTimeModule{en-US}[2015/04/09 v1.01 (NLCT)]
\RequireDateTimeModule{english-base}
\newcommand*{\DTMenUSmonthdaysep}{\space}
\newcommand*{\DTMenUSdayyearsep}{,\space}
@@ -224,7 +224,7 @@
\DTMifcaseregional
{}% do nothing
{\DTMsetstyle{en-US}}%
- {\DTMsetstyle{en-US-regional}}%
+ {\DTMsetstyle{en-US-numeric}}%
}%
}%
\endinput
diff --git a/Master/texmf-dist/tex/latex/datetime2-english/datetime2-english-base.ldf b/Master/texmf-dist/tex/latex/datetime2-english/datetime2-english-base.ldf
index c77e5945425..d5c3d2c56ee 100644
--- a/Master/texmf-dist/tex/latex/datetime2-english/datetime2-english-base.ldf
+++ b/Master/texmf-dist/tex/latex/datetime2-english/datetime2-english-base.ldf
@@ -44,7 +44,7 @@
%% Right bracket \] Circumflex \^ Underscore \_
%% Grave accent \` Left brace \{ Vertical bar \|
%% Right brace \} Tilde \~}
-\ProvidesDateTimeModule{english-base}[2015/03/24 v1.0 (NLCT)]
+\ProvidesDateTimeModule{english-base}[2015/04/09 v1.01 (NLCT)]
\newcommand*{\DTMenglishordinal}[1]{%
\number#1 % space intended
\DTMenglishfmtordsuffix{%
diff --git a/Master/texmf-dist/tex/latex/datetime2-english/datetime2-english.ldf b/Master/texmf-dist/tex/latex/datetime2-english/datetime2-english.ldf
index 5fb8b0d7acf..766482b4ae1 100644
--- a/Master/texmf-dist/tex/latex/datetime2-english/datetime2-english.ldf
+++ b/Master/texmf-dist/tex/latex/datetime2-english/datetime2-english.ldf
@@ -44,7 +44,7 @@
%% Right bracket \] Circumflex \^ Underscore \_
%% Grave accent \` Left brace \{ Vertical bar \|
%% Right brace \} Tilde \~}
-\ProvidesDateTimeModule{english}[2015/03/24 v1.0 (NLCT)]
+\ProvidesDateTimeModule{english}[2015/04/09 v1.01 (NLCT)]
\RequireDateTimeModule{english-base}
\DTMnewstyle
{english}% label