aboutsummaryrefslogtreecommitdiff
path: root/guilib
diff options
context:
space:
mode:
authorLars Op den Kamp <lars@opdenkamp.eu>2011-01-07 01:58:24 +0100
committerLars Op den Kamp <lars@opdenkamp.eu>2011-01-07 01:58:24 +0100
commit60cdc1303f6fe7e44c743137d08ee17dfd10f360 (patch)
tree1593672e14416a25a5701064f2764e3994d40321 /guilib
parent84c533c79336f69cd66237d7afd3df878ea2aebf (diff)
parent569648f2a3b8e094c33d102edd41397ca04b07be (diff)
Merge remote branch 'upstream/master'
Diffstat (limited to 'guilib')
-rw-r--r--guilib/system.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/guilib/system.h b/guilib/system.h
index 29a4b4244a..73c2244bd6 100644
--- a/guilib/system.h
+++ b/guilib/system.h
@@ -145,15 +145,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
/****************************************