diff options
author | adam.danischewski@gmail.com <adam.danischewski@code.google.com> | 2015-12-26 12:38:21 -0500 |
---|---|---|
committer | adam.danischewski@gmail.com <adam.danischewski@code.google.com> | 2015-12-26 12:38:21 -0500 |
commit | a064cb660e7ec00d5f105b899cbf7572afd15eeb (patch) | |
tree | 23b8073ef772949726138d73c9e4293479bfed60 /info2html | |
parent | 7d7c88369b16bcf4ac665a04ac2b7c953d6f75fe (diff) |
Updated version number, tweaked comment.
Diffstat (limited to 'info2html')
-rwxr-xr-x | info2html | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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!(.*/)[^/]+$!; |