aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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!(.*/)[^/]+$!;