summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwl <wl>2009-01-03 18:08:40 +0000
committerwl <wl>2009-01-03 18:08:40 +0000
commitab87da3ec330dc74ccf88ac287797262404d72f8 (patch)
treea15e0ad854c6d273a5a6a907fae06a8cae9d10e8
parentab662534f172509481e316c6e3f0158fbd9a0be4 (diff)
downloadgroff-ab87da3ec330dc74ccf88ac287797262404d72f8.tar.gz
* chem.pl: Prepare for groff version 1.20.
-rw-r--r--contrib/chem/ChangeLog4
-rwxr-xr-xcontrib/chem/chem.pl6
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 <wl@gnu.org>
+
+ * chem.pl: Prepare for groff version 1.20.
+
2008-01-04 Werner LEMBERG <wl@gnu.org>
* 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: <groff-source>/contrib/chem/chem.pl
# Installed position: <prefix>/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;