From 9d052178d7fe4dc8e762dcf86f015cdd038f272f Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Sun, 25 Feb 2007 06:15:39 +0100 Subject: [PATCH] change history in separate file --- CHANGES | 14 ++++++++++++++ index.plp | 6 ------ 2 files changed, 14 insertions(+), 6 deletions(-) create mode 100644 CHANGES 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; -- 2.30.0