From e4c0b69031ef2716aab23aaf8900291fbb5e6e1c Mon Sep 17 00:00:00 2001 From: Chris Taylor Date: Sat, 12 Jan 2013 12:35:23 +0800 Subject: [PATCH] Use new D1XMAJORi / D1XMINORi / D1XMICROi version constants for Mac --- CHANGELOG.txt | 4 ++++ arch/carbon/conf.h | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 9187b4e60..1a9a6c28e 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,5 +1,9 @@ D2X-Rebirth Changelog +20130112 +-------- +arch/carbon/conf.h: Use new D1XMAJORi / D1XMINORi / D1XMICROi version constants for Mac + 20130108 -------- main/gamerend.c, main/multi.c, net_udp.c: Fixed some minor HUD-text related issues: For team assignment messages, joining player name would appear; team color assignment in netgame info screen could be wrong due to wrong syntax handling; when rewrapping text messages to specific player, game would not add space behind colon diff --git a/arch/carbon/conf.h b/arch/carbon/conf.h index c6d679324..1e7e11117 100644 --- a/arch/carbon/conf.h +++ b/arch/carbon/conf.h @@ -6,13 +6,13 @@ /* #undef CONSOLE */ /* d2x major version */ -#define D2XMAJOR "0" +#define D2XMAJORi 0 /* d2x minor version */ -#define D2XMINOR "57" +#define D2XMINORi 57 /* d2x micro version */ -#define D2XMICRO "3" +#define D2XMICROi 3 /* Define if you want to build the editor */ /* #undef EDITOR */