~armagetronad-ct/armagetronad/0.4-advrim

« back to all changes in this revision

Viewing changes to src/tools/tVersion.cpp

  • Committer: Voodoo
  • Date: 2013-04-11 10:46:24 UTC
  • Revision ID: voodoo-20130411104624-zse1f33o7ten188z
merge -r 1454..1476 lp:armagetronad/0.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
#ifndef TRUE_ARMAGETRONAD_VERSION
28
28
 
29
29
#include "aa_config.h"
30
 
 
31
 
#ifdef MACOSX_XCODE
32
 
#   include "version.h"
33
 
#else
34
 
#   include "tTrueVersion.h"
35
 
#endif
36
 
 
 
30
#include "tTrueVersion.h"
37
31
#include "tVersion.h"
38
32
#include "tString.h"
39
33