aboutsummaryrefslogtreecommitdiff
path: root/info2html
diff options
context:
space:
mode:
authoradam.danischewski@gmail.com <adam.danischewski@code.google.com>2015-12-26 12:38:21 -0500
committeradam.danischewski@gmail.com <adam.danischewski@code.google.com>2015-12-26 12:38:21 -0500
commita064cb660e7ec00d5f105b899cbf7572afd15eeb (patch)
tree23b8073ef772949726138d73c9e4293479bfed60 /info2html
parent7d7c88369b16bcf4ac665a04ac2b7c953d6f75fe (diff)
Updated version number, tweaked comment.
Diffstat (limited to 'info2html')
-rwxr-xr-xinfo2html3
1 files changed, 2 insertions, 1 deletions
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 <adam_ lastname@not gamil.com>
#-------------------------------------------------------
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!(.*/)[^/]+$!;