Use new D1XMAJORi / D1XMINORi / D1XMICROi version constants for Mac

This commit is contained in:
Chris Taylor 2013-01-12 12:35:23 +08:00
parent bf9cdcb04f
commit e4c0b69031
2 changed files with 7 additions and 3 deletions

View file

@ -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

View file

@ -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 */