From a064cb660e7ec00d5f105b899cbf7572afd15eeb Mon Sep 17 00:00:00 2001 From: "adam.danischewski@gmail.com" Date: Sat, 26 Dec 2015 12:38:21 -0500 Subject: Updated version number, tweaked comment. --- info2html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/info2html b/info2html index 27b1ba5..b11dcd4 100755 --- a/info2html +++ b/info2html @@ -41,9 +41,10 @@ # 2015.12.25 V 2.1 Hacked into quasi PHP-CGI, removed CGI headers and # and warnings. Changed configuration to auto-locate # from the home directory of this script. +# +A.M.Danischewski #------------------------------------------------------- require 5; # even though most of the code is in Perl 4 style. -$VERSION = "2.0"; +$VERSION = "2.1"; # Getting the full path of the info2html.conf $0 =~ m!(.*/)[^/]+$!; -- cgit v1.2.3