changeset 11:dcb7d905debe grumpy-goblin

with merged changes from 1.8.0
author sirebral
date Tue, 21 Jul 2009 17:20:29 -0500
parents 5df1340bda13
children d492f137cd3c
files orpg/orpg_version.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/orpg/orpg_version.py	Tue Jul 21 17:19:53 2009 -0500
+++ b/orpg/orpg_version.py	Tue Jul 21 17:20:29 2009 -0500
@@ -1,4 +1,4 @@
-VERSION = "1.7.9"
+VERSION = "1.8.0"
 SERVER_MIN_CLIENT_VERSION = "1.7.1"
 
 #BUILD NUMBER FORMAT: "YYMMDD-##" where ## is the incremental daily build index (if needed)