diff orpg/orpg_version.py @ 51:14d4270d5e5d traipse_dev

Fixed Auto Update not finding current branch, no pull associated yet! Removed print statement.
author sirebral
date Thu, 06 Aug 2009 09:50:16 -0500
parents a539bb8371b0
children c9694d854a61
line wrap: on
line diff
--- a/orpg/orpg_version.py	Thu Aug 06 09:45:34 2009 -0500
+++ b/orpg/orpg_version.py	Thu Aug 06 09:50:16 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 = "090806-03"
+BUILD = "090806-04"
 
 # This version is for network capability.
 PROTOCOL_VERSION = "1.2"