Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxhmikosr <xhmikosr@yahoo.com>2012-07-26 15:30:44 +0400
committerxhmikosr <xhmikosr@yahoo.com>2012-07-26 15:30:44 +0400
commit3472bc437272865ee50d9a95057485114718db20 (patch)
treee5bf490939af7455173c348c54900ec995ccceff /include
parentba3c9ac5cf3c57488749262ea1db4bd145694c06 (diff)
rename Version_rev.h to lowercase
Diffstat (limited to 'include')
-rw-r--r--include/Version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Version.h b/include/Version.h
index 35ca6221a..dc5a67008 100644
--- a/include/Version.h
+++ b/include/Version.h
@@ -43,7 +43,7 @@
#endif
#ifndef NO_VERSION_REV_NEEDED
-#include "Version_rev.h"
+#include "version_rev.h"
#endif
#define DO_MAKE_STR(x) _T(#x)