diff orpg/orpg_version.py @ 15:b6c6ec28ba8a grumpy-goblin

Traipse 'OpenRPG' {090807-00} Traipse is a distribution of OpenRPG that is designed to be easy to setup and go. Traipse also makes it easy for developers to work on code without fear of sacrifice. 'Grumpy-Goblin' was created as a stablizing branch in an effort to remove bugs from core code. Update Summary: Major improvements in the Server GUI. Server now looks through XML file for password (thanks, david), lobby name, and port. Callbacks and other previous partial implements work.
author sirebral
date Fri, 07 Aug 2009 22:06:09 -0500
parents e8260c6cb309
children 281ca8daa911
line wrap: on
line diff
--- a/orpg/orpg_version.py	Thu Aug 06 18:09:36 2009 -0500
+++ b/orpg/orpg_version.py	Fri Aug 07 22:06:09 2009 -0500
@@ -4,7 +4,7 @@
 #BUILD NUMBER FORMAT: "YYMMDD-##" where ## is the incremental daily build index (if needed)
 DISTRO = "Traipse"
 DIS_VER = "Grumpy Goblin"
-BUILD = "090806-00"
+BUILD = "090807-00"
 
 # This version is for network capability.
 PROTOCOL_VERSION = "1.2"
@@ -16,5 +16,5 @@
 # If the minimum version you want doesn't have a micro (e.g. 2.0), use zero
 # for the micro
 NEEDS_PYTHON_MAJOR = 2
-NEEDS_PYTHON_MINOR = 3
-NEEDS_PYTHON_MICRO = 0
+NEEDS_PYTHON_MINOR = 5
+NEEDS_PYTHON_MICRO = 4