aboutsummaryrefslogtreecommitdiff
path: root/tools/mhmake/src/util.h
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2010-02-22 11:28:45 +0000
committermarha <marha@users.sourceforge.net>2010-02-22 11:28:45 +0000
commitd10b9c9c14f7b467bef9bb9847d1f79247f8d7c2 (patch)
treef7e995c9afdec8a4c90fdba138b2dfc34e7966f5 /tools/mhmake/src/util.h
parent38eb5d4eed017f0c460761830f622d4cdb18da15 (diff)
downloadvcxsrv-d10b9c9c14f7b467bef9bb9847d1f79247f8d7c2.tar.gz
vcxsrv-d10b9c9c14f7b467bef9bb9847d1f79247f8d7c2.tar.bz2
vcxsrv-d10b9c9c14f7b467bef9bb9847d1f79247f8d7c2.zip
Solved reentrancy problem
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 fb61db541..9e5948448 100644
--- a/tools/mhmake/src/util.h
+++ b/tools/mhmake/src/util.h
@@ -50,7 +50,7 @@
#define PLATFORM "linux"
#endif
-#define MHMAKEVER "2.0.0"
+#define MHMAKEVER "2.0.1"
class makecommand
{