From ab87da3ec330dc74ccf88ac287797262404d72f8 Mon Sep 17 00:00:00 2001 From: wl Date: Sat, 3 Jan 2009 18:08:40 +0000 Subject: * chem.pl: Prepare for groff version 1.20. --- contrib/chem/ChangeLog | 4 ++++ contrib/chem/chem.pl | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/contrib/chem/ChangeLog b/contrib/chem/ChangeLog index 3eac324b..fef95088 100644 --- a/contrib/chem/ChangeLog +++ b/contrib/chem/ChangeLog @@ -1,3 +1,7 @@ +2009-01-03 Werner LEMBERG + + * chem.pl: Prepare for groff version 1.20. + 2008-01-04 Werner LEMBERG * chem.man: Insert `\:' in URLs where appropriate. diff --git a/contrib/chem/chem.pl b/contrib/chem/chem.pl index 22f3cc99..e158288f 100755 --- a/contrib/chem/chem.pl +++ b/contrib/chem/chem.pl @@ -5,7 +5,7 @@ # Source file position: /contrib/chem/chem.pl # Installed position: /bin/chem -# Copyright (C) 2006 Free Software Foundation, Inc. +# Copyright (C) 2006, 2009 Free Software Foundation, Inc. # Written by Bernd Warken. # This file is part of `chem', which is part of `groff'. @@ -31,11 +31,11 @@ ######################################################################## my $Program_Version = '0.3.1'; -my $Last_Update = '11 Nov 2006'; +my $Last_Update = '03 Jan 2009'; # this setting of the groff version is only used before make is run, # otherwise @VERSION@ will set it. -my $Groff_Version_Preset='1.19.3preset'; +my $Groff_Version_Preset='1.20preset'; # test on Perl version require v5.6; -- cgit v1.2.1