From 6324ad0c93f862801fa4698ed7244bda30ac6ea0 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 4c788b9b..cfb3736f 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: