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@users.sourceforge.net>2010-03-24 18:23:15 +0300
committerXhmikosR <xhmikosr@users.sourceforge.net>2010-03-24 18:23:15 +0300
commitaa8d08ae2e9850c89775d975867b16690c09ac29 (patch)
treef0d833784c99c0e13506eb8e82970143a7627900 /include
parent7161caf072932a985c79a5b43f34f80c644deb16 (diff)
cosmetics
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1765 10f7b99b-c216-0410-bff0-8a66a9350fd8
Diffstat (limited to 'include')
-rw-r--r--include/SubWCRev.conf10
1 files changed, 4 insertions, 6 deletions
diff --git a/include/SubWCRev.conf b/include/SubWCRev.conf
index 1aefaceea..76b16c4dd 100644
--- a/include/SubWCRev.conf
+++ b/include/SubWCRev.conf
@@ -1,11 +1,9 @@
-// Substitution keyword file for SubWCRev (part of Tortoise SVN), to autochange version number with SVN Rev number
-
#pragma once
#define DO_MAKE_STR(x) #x
#define MAKE_STR(x) DO_MAKE_STR(x)
-#define VERSION_MAJOR 1
-#define VERSION_MINOR 3
-#define VERSION_REV $WCREV$
-#define VERSION_PATCH 0
+#define VERSION_MAJOR 1
+#define VERSION_MINOR 3
+#define VERSION_REV $WCREV$
+#define VERSION_PATCH 0 \ No newline at end of file