diff options
-rw-r--r-- | Doc/texinputs/howto.cls | 2 | ||||
-rw-r--r-- | Doc/texinputs/manual.cls | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Doc/texinputs/howto.cls b/Doc/texinputs/howto.cls index 899b4ae..5fc7a70 100644 --- a/Doc/texinputs/howto.cls +++ b/Doc/texinputs/howto.cls @@ -61,7 +61,7 @@ }} \begin{flushright} {\rm\Huge\py@HeaderFamily \@title} \par - {\em\large\py@HeaderFamily \py@release} \par + {\em\large\py@HeaderFamily \py@release\releaseinfo} \par \vspace{25pt} {\Large\py@HeaderFamily \@author} \par \vspace{25pt} diff --git a/Doc/texinputs/manual.cls b/Doc/texinputs/manual.cls index 789cae1..49693e6 100644 --- a/Doc/texinputs/manual.cls +++ b/Doc/texinputs/manual.cls @@ -75,7 +75,7 @@ }} \begin{flushright}% {\rm\Huge\py@HeaderFamily \@title \par}% - {\em\LARGE\py@HeaderFamily \py@release \par} + {\em\LARGE\py@HeaderFamily \py@release\releaseinfo \par} \vfill {\LARGE\py@HeaderFamily \@author \par} \vfill\vfill |