diff options
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | index.sgml | 10 |
2 files changed, 6 insertions, 6 deletions
@@ -10,7 +10,7 @@ INSTALL_DATA = install -m 0444 INSTALL_LIB = install -m 0644 INSTALL_MAN = $(INSTALL_DATA) -VERSION = 1.9.16 +VERSION = 1.9.17 VDATE = 22 March 2010 VFLAGS = -DVERSION="\"$(VERSION)\"" -DHAVE_CONFIG_H @@ -219,12 +219,12 @@ <COL CLASS="date"> <TBODY> <TR> - <TD VALIGN="top"><SPAN CLASS="date">xx-03-2010</SPAN></TD> + <TD VALIGN="top"><SPAN CLASS="date">25-03-2010</SPAN></TD> <TD VALIGN="top"> - Version <SPAN CLASS="rev">1.9.17</SPAN> highlights: accept all <A - HREF="http://perldoc.perl.org/" CLASS="external">perlpod</A> macros. Also - accept and ignore <Q>de</Q>, <Q>dei</Q>, <Q>am</Q>, <Q>ami</Q>, and <Q>ig</Q> - roff macro blocks. + Version <SPAN CLASS="rev">1.9.17</SPAN> highlights: accept <A + HREF="http://perldoc.perl.org/" CLASS="external">perlpod</A> standard preamble. + Also accept (and discard) <Q>de</Q>, <Q>dei</Q>, <Q>am</Q>, <Q>ami</Q>, and + <Q>ig</Q> roff macro blocks. </TD> </TR> <TR> |