diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index cfeada81a..794f2aeef 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -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 -------------------- diff --git a/SConstruct b/SConstruct index 777830e0b..f72660cb4 100644 --- a/SConstruct +++ b/SConstruct @@ -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) diff --git a/arch/carbon/conf.h b/arch/carbon/conf.h index 6382e793c..11ff74733 100644 --- a/arch/carbon/conf.h +++ b/arch/carbon/conf.h @@ -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 */