From 8b6e07d34f4b46b6c6a049934683348b12ff3fd6 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 13 Mar 2013 22:35:29 +0000 Subject: mversion (13mar13) git-svn-id: svn://tug.org/texlive/trunk@29370 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/source/latex/mversion/mVersion.dtx | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'Master/texmf-dist/source') diff --git a/Master/texmf-dist/source/latex/mversion/mVersion.dtx b/Master/texmf-dist/source/latex/mversion/mVersion.dtx index 6722b5935cc..1870defbfe6 100644 --- a/Master/texmf-dist/source/latex/mversion/mVersion.dtx +++ b/Master/texmf-dist/source/latex/mversion/mVersion.dtx @@ -21,8 +21,8 @@ % %\NeedsTeXFormat{LaTeX2e}[1999/12/01] %\ProvidesPackage{mVersion} -%<*package> - [2011/10/18 v1.0 easy versioning for LaTeX] +%<*package> + [2013/03/11 v1.0.1 easy versioning for LaTeX] % % %<*driver> @@ -59,6 +59,7 @@ % % % \changes{v1.0}{2011/10/18}{Initial version} +% \changes{v1.0.1}{2013/03/11}{Typos fixed} % % \GetFileInfo{mVersion.dtx} % @@ -96,7 +97,7 @@ % \PrintIndex % \section{Implementation} % -% We begin with a small macro |parseline| that reads a line of the form X;Y followed by one space. It then assigns X to |versionnumber| and Y to |bulidnumber|. This macro helps reading the fixed version number and the build number from the file \emph{version.dat}. Since \LaTeX\ adds an additional space to each line it reads from file, we need this macro. +% We begin with a small macro |parseline| that reads a line of the form X;Y followed by one space. It then assigns X to |versionnumber| and Y to |buildnumber|. This macro helps reading the fixed version number and the build number from the file \emph{version.dat}. Since \LaTeX\ adds an additional space to each line it reads from file, we need this macro. % \begin{macrocode} \def\parseline#1;#2 %this space is important { @@ -127,7 +128,7 @@ \read\versionfile to \versionline \closein\versionfile % \end{macrocode} -% |versionline| no contains the version information in the X;Y--format but with an additional space following. Therefore, we let |versionline| be parsed by |pareseline|. +% |versionline| now contains the version information in the X;Y--format but with an additional space following. Therefore, we let |versionline| be parsed by |pareseline|. % \begin{macrocode} \expandafter\parseline\versionline % \end{macrocode} -- cgit v1.2.3