diff options
author | amet <amet.nospam@gmail.com> | 2011-01-07 01:43:46 +0400 |
---|---|---|
committer | amet <amet.nospam@gmail.com> | 2011-01-07 01:43:46 +0400 |
commit | 646c49f9a35cf1f760519b358405d53bc701aea2 (patch) | |
tree | d9090ae22f9483ec489c67a3dc4e998e0fc9620a /guilib/system.h | |
parent | 0931a156709c48d10ea0a8404e28a4643ae81641 (diff) |
fixed: show Git revision number instead of SVN. commiting for TheUni
Diffstat (limited to 'guilib/system.h')
-rw-r--r-- | guilib/system.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/guilib/system.h b/guilib/system.h index 21a18d63b8..7ad7a1cfeb 100644 --- a/guilib/system.h +++ b/guilib/system.h @@ -144,15 +144,15 @@ #endif /***************** - * SVN revision + * Git revision *****************/ #ifdef __APPLE__ -#include "../svn_revision.h" +#include "../git_revision.h" #endif -#ifndef SVN_REV -#define SVN_REV "Unknown" +#ifndef GIT_REV +#define GIT_REV "Unknown" #endif /**************************************** |