From f63445d39d8d406de8b16dfef79b3d669c16625a Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Fri, 1 Oct 2004 04:20:26 +0000 Subject: [PATCH] Updated to 0.80.0pre3. --- src/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/conf.py b/src/conf.py index 2886c6afb..37a830430 100644 --- a/src/conf.py +++ b/src/conf.py @@ -49,7 +49,7 @@ _pluginsDir = os.path.join(installDir, 'plugins') ### # version: This should be pretty obvious. ### -version ='0.80.0pre2' +version = '0.80.0pre3' ### # *** The following variables are affected by command-line options. They are