Setting up release 0.58.1

This commit is contained in:
zico 2013-08-03 14:18:05 +02:00
parent 243f5c0097
commit bde6da6d58
3 changed files with 6 additions and 4 deletions

View file

@ -1,8 +1,10 @@
RELEASE NOTES
=============
RELEASE NOTES
=============
What's new in 0.58.1
--------------------
* Fixed some bugs regarding reactor, making the game virtually unplayable for a lot of people
What's new in 0.58.0
--------------------

View file

@ -257,7 +257,7 @@ class DXXProgram(DXXCommon):
# version number
VERSION_MAJOR = 0
VERSION_MINOR = 58
VERSION_MICRO = 0
VERSION_MICRO = 1
class UserSettings(DXXCommon.UserSettings):
def __init__(self,ARGUMENTS,target):
DXXCommon.UserSettings.__init__(self, ARGUMENTS.ARGUMENTS)

View file

@ -12,7 +12,7 @@
#define DXX_VERSION_MINORi 58
/* d2x micro version */
#define DXX_VERSION_MICROi 0
#define DXX_VERSION_MICROi 1
/* Define if you want to build the editor */
/* #undef EDITOR */