From: Mischa POSLAWSKY Date: Sun, 25 Feb 2007 05:15:39 +0000 (+0100) Subject: change history in separate file X-Git-Tag: v1.1~12 X-Git-Url: http://git.shiar.nl/sheet.git/commitdiff_plain/9d052178d7fe4dc8e762dcf86f015cdd038f272f?ds=sidebyside change history in separate file --- diff --git a/CHANGES b/CHANGES new file mode 100644 index 0000000..3bc0497 --- /dev/null +++ b/CHANGES @@ -0,0 +1,14 @@ +v1.0 -- 2007-02-25 04:00 + git repository + +v1.0rc1 -- 2007-02-07 07:34 + cleaned up + +v1.0pre1 -- 2006-05-20 03:44 + perl version + +v0.1.1 -- 2006-03-30 11:58 + html version + +v0.1 -- 2006-03-29 ~20:00 + started work diff --git a/index.plp b/index.plp index adc573d..4b16cd2 100644 --- a/index.plp +++ b/index.plp @@ -5,12 +5,6 @@ use warnings; no warnings "qw"; # you know what you doing no warnings "uninitialized"; # save some useless checks for more legible code -# 2006-03-29 ~20:00 started work -# 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 - our $VERSION = "1.0"; our $ascii = 0;