From 6cb65d53a5203f52a3f8ff5a3a555f68c46cfc91 Mon Sep 17 00:00:00 2001 From: Steffen Schaumburg Date: Sun, 27 Feb 2011 16:25:11 +0100 Subject: [PATCH] update version string for post release --- pyfpdb/fpdb.pyw | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyfpdb/fpdb.pyw b/pyfpdb/fpdb.pyw index 60eeb6a3..98acfa3b 100755 --- a/pyfpdb/fpdb.pyw +++ b/pyfpdb/fpdb.pyw @@ -126,7 +126,7 @@ import Configuration import Exceptions import Stats -VERSION = "0.21" +VERSION = "0.21 plus git" class fpdb: