diff options
author | marha <marha@users.sourceforge.net> | 2010-02-22 11:28:45 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2010-02-22 11:28:45 +0000 |
commit | d10b9c9c14f7b467bef9bb9847d1f79247f8d7c2 (patch) | |
tree | f7e995c9afdec8a4c90fdba138b2dfc34e7966f5 /tools/mhmake/src/util.h | |
parent | 38eb5d4eed017f0c460761830f622d4cdb18da15 (diff) | |
download | vcxsrv-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.h | 2 |
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
{
|