diff options
author | Guido van Rossum <guido@python.org> | 1997-12-16 21:14:55 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-12-16 21:14:55 (GMT) |
commit | 71c0dece546bf31e2165d025d2ea69650e110018 (patch) | |
tree | a618004fb93bc378d71cc1a51883352e8e6206ec /Tools/faqwiz/faqconf.py | |
parent | 72df9bcba26824746ac2a00fbd168e4747e081c9 (diff) | |
download | cpython-71c0dece546bf31e2165d025d2ea69650e110018.zip cpython-71c0dece546bf31e2165d025d2ea69650e110018.tar.gz cpython-71c0dece546bf31e2165d025d2ea69650e110018.tar.bz2 |
Up the version.
Diffstat (limited to 'Tools/faqwiz/faqconf.py')
-rw-r--r-- | Tools/faqwiz/faqconf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/faqwiz/faqconf.py b/Tools/faqwiz/faqconf.py index 7845c0e..1fd4672 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 |