From 3759af49023b1b956bb2273b1a0a55ff088acc01 Mon Sep 17 00:00:00 2001 From: steffen123 Date: Thu, 22 Jul 2010 22:59:53 +0200 Subject: [PATCH] GUI: update version indicator to include "plus git" again --- pyfpdb/fpdb.pyw | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyfpdb/fpdb.pyw b/pyfpdb/fpdb.pyw index a51ef932..67262ba7 100755 --- a/pyfpdb/fpdb.pyw +++ b/pyfpdb/fpdb.pyw @@ -117,7 +117,7 @@ import Configuration import Exceptions import Stats -VERSION = "0.20.901" +VERSION = "0.20.901 plus git" class fpdb: