aboutsummaryrefslogtreecommitdiff
path: root/tools/mhmake/src/util.h
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2010-01-14 15:52:18 +0000
committermarha <marha@users.sourceforge.net>2010-01-14 15:52:18 +0000
commit5eaf49ad7feec1f2043ecb1b90c04c534ce29f46 (patch)
tree877b3799bd2d4e3b41f7211c606bd9348a8bba43 /tools/mhmake/src/util.h
parentcda2d677dab0f07e21e9abb84cce3fca96140dc3 (diff)
downloadvcxsrv-5eaf49ad7feec1f2043ecb1b90c04c534ce29f46.tar.gz
vcxsrv-5eaf49ad7feec1f2043ecb1b90c04c534ce29f46.tar.bz2
vcxsrv-5eaf49ad7feec1f2043ecb1b90c04c534ce29f46.zip
Allos the | character in define values.
Diffstat (limited to 'tools/mhmake/src/util.h')
-rw-r--r--tools/mhmake/src/util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/mhmake/src/util.h b/tools/mhmake/src/util.h
index 25db10e48..23f26e0ad 100644
--- a/tools/mhmake/src/util.h
+++ b/tools/mhmake/src/util.h
@@ -50,7 +50,7 @@
#define PLATFORM "linux"
#endif
-#define MHMAKEVER "1.4.10"
+#define MHMAKEVER "1.4.11"
string SearchCommand(const string &Command, const string &Extension="");