~ubuntu-branches/ubuntu/raring/scummvm/raring

« back to all changes in this revision

Viewing changes to base/internal_version.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Moritz Muehlenhoff
  • Date: 2011-05-25 19:02:23 UTC
  • mto: (21.1.2 sid)
  • mto: This revision was merged to the branch mainline in revision 24.
  • Revision ID: james.westby@ubuntu.com-20110525190223-fiqm0oaec714xk31
Tags: upstream-1.3.0
ImportĀ upstreamĀ versionĀ 1.3.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
#error This file may only be included by base/version.cpp
3
3
#endif
4
4
 
5
 
#ifndef SCUMMVM_SVN_REVISION
6
 
#define SCUMMVM_SVN_REVISION
 
5
// Reads revision number from file
 
6
// (this is used when building with Visual Studio)
 
7
#ifdef SCUMMVM_INTERNAL_REVISION
 
8
#include "internal_revision.h"
7
9
#endif
8
10
 
9
11
#ifdef RELEASE_BUILD
10
 
#undef SCUMMVM_SVN_REVISION
11
 
#define SCUMMVM_SVN_REVISION
12
 
#endif
13
 
 
14
 
#define SCUMMVM_VERSION "@VERSION@" SCUMMVM_SVN_REVISION
 
12
#undef SCUMMVM_REVISION
 
13
#endif
 
14
 
 
15
#ifndef SCUMMVM_REVISION
 
16
#define SCUMMVM_REVISION
 
17
#endif
 
18
 
 
19
#define SCUMMVM_VERSION "@VERSION@" SCUMMVM_REVISION