From 14146f58d7564a1c3d924caad2d588a56c582c64 Mon Sep 17 00:00:00 2001 From: gimick Date: Tue, 22 Jun 2010 00:46:09 +0100 Subject: [PATCH] Set version to 0.20-pre1 - to indicate snapshot for the initial python26 .exe build --- pyfpdb/fpdb.pyw | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyfpdb/fpdb.pyw b/pyfpdb/fpdb.pyw index 748b9a22..f0547451 100755 --- a/pyfpdb/fpdb.pyw +++ b/pyfpdb/fpdb.pyw @@ -111,7 +111,7 @@ import Database import Configuration import Exceptions -VERSION = "0.20" +VERSION = "0.20-pre1" class fpdb: