From 309c3a408a94b4557b8c6d9d8e388500a4633dee Mon Sep 17 00:00:00 2001 From: Steffen Schaumburg Date: Fri, 18 Mar 2011 00:12:20 +0100 Subject: [PATCH] overdue version string increment --- pyfpdb/fpdb.pyw | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyfpdb/fpdb.pyw b/pyfpdb/fpdb.pyw index 9097c2f5..e5ec73cd 100755 --- a/pyfpdb/fpdb.pyw +++ b/pyfpdb/fpdb.pyw @@ -127,7 +127,7 @@ import Configuration import Exceptions import Stats -VERSION = "0.21 plus git" +VERSION = "0.22 plus git" class fpdb: