From de911a4254c954f70e8f3ea15de13f06ae7bea01 Mon Sep 17 00:00:00 2001 From: Thomas Date: Sat, 18 Nov 2017 11:51:02 +0800 Subject: [PATCH] fix wrong version number reported by engine --- DZU-ENG1.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DZU-ENG1.py b/DZU-ENG1.py index cb9a070..7e40372 100755 --- a/DZU-ENG1.py +++ b/DZU-ENG1.py @@ -20,7 +20,7 @@ pygame.display.init() pygame.font.init() pygame.mixer.init() -print "Desutezeoid arbitrary point and click engine v1.6.0" +print "Desutezeoid arbitrary point and click engine v1.6.1" print "parsing ENGSYSTEM.xml" conftree = ET.parse("ENGSYSTEM.xml") confroot = conftree.getroot()