From 9413e74e0cddc12316620643e7e4a377abee0edf Mon Sep 17 00:00:00 2001 From: Steffen Schaumburg Date: Fri, 17 Dec 2010 19:09:28 +0100 Subject: [PATCH] add +git to version string again --- pyfpdb/fpdb.pyw | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyfpdb/fpdb.pyw b/pyfpdb/fpdb.pyw index 50823a93..13e90ce5 100755 --- a/pyfpdb/fpdb.pyw +++ b/pyfpdb/fpdb.pyw @@ -122,7 +122,7 @@ import Configuration import Exceptions import Stats -VERSION = "0.21-rc1" +VERSION = "0.21-rc1 plus git" class fpdb: