From c13fb4121ba63bf654fa7acbc63988864812303e Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Sun, 25 Feb 2007 04:09:58 +0100 Subject: [PATCH] add version number --- index.plp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/index.plp b/index.plp index 096a35f..0038d67 100644 --- a/index.plp +++ b/index.plp @@ -9,6 +9,7 @@ no warnings "uninitialized"; # save some useless checks for more legible code # 2006-03-30 11:58 html version # 2006-05-20 03:44 perl version # 2007-02-07 07:34 cleaned up +# 2007-02-25 04:00 v1.0: git repository # TODO: # - use js to detect optimal key size @@ -24,6 +25,8 @@ no warnings "uninitialized"; # save some useless checks for more legible code # - option to follow aliases (default on?) # - custom row combinations (eg for comparing different modes) +our $VERSION = "1.0"; + our $ascii = 0; if (exists $get{ascii}) { $ascii = $get{ascii} ne "0"; # manual override @@ -251,7 +254,8 @@ for (my $row = 0; $row <= $#$keyrows; $row++) {