From 71c0dece546bf31e2165d025d2ea69650e110018 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Tue, 16 Dec 1997 21:14:55 +0000 Subject: [PATCH] Up the version. --- Tools/faqwiz/README | 4 ++-- Tools/faqwiz/faqconf.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Tools/faqwiz/README b/Tools/faqwiz/README index 4266e08ee2..aca785e169 100644 --- a/Tools/faqwiz/README +++ b/Tools/faqwiz/README @@ -2,8 +2,8 @@ FAQ Wizard ---------- Author: Guido van Rossum -Version: 0.8.3 -Date: 8 December 1997 +Version: 0.8.4 +Date: 16 December 1997 This is a CGI program that maintains a user-editable FAQ. It uses RCS diff --git a/Tools/faqwiz/faqconf.py b/Tools/faqwiz/faqconf.py index 7845c0ecac..1fd4672c68 100644 --- a/Tools/faqwiz/faqconf.py +++ b/Tools/faqwiz/faqconf.py @@ -49,7 +49,7 @@ entries marked with * were changed within the last 7 days.) # Version -- don't change unless you edit faqwiz.py -WIZVERSION = "0.8.3" # FAQ Wizard version +WIZVERSION = "0.8.4" # FAQ Wizard version # This parameter is normally overwritten with a dynamic value -- 2.50.1