diff orpg/orpg_version.py @ 22:88cea66228d6 traipse_dev

Should fix Image Chache problem, does not fix memory leak.
author sirebral
date Sat, 25 Jul 2009 20:36:12 -0500
parents fdd70f11bc7e
children 551cd440acce
line wrap: on
line diff
--- a/orpg/orpg_version.py	Sat Jul 25 19:28:21 2009 -0500
+++ b/orpg/orpg_version.py	Sat Jul 25 20:36:12 2009 -0500
@@ -4,7 +4,7 @@
 #BUILD NUMBER FORMAT: "YYMMDD-##" where ## is the incremental daily build index (if needed)
 DISTRO = "Traipse Dev"
 DIS_VER = "Grumpy Goblin"
-BUILD = "090725-02"
+BUILD = "090725-03"
 
 # This version is for network capability.
 PROTOCOL_VERSION = "1.2"