aboutsummaryrefslogtreecommitdiff
path: root/tools/mhmake/src/util.h
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2010-02-25 11:16:55 +0000
committermarha <marha@users.sourceforge.net>2010-02-25 11:16:55 +0000
commit0235891665ad311e1f81d1b0f003f433b4af4cbb (patch)
tree26f78cd64df8bbedddf70b62ee06550dd7b6c0b9 /tools/mhmake/src/util.h
parentc970823c93ff7478877d7df9c66b5032e744dc19 (diff)
downloadvcxsrv-0235891665ad311e1f81d1b0f003f433b4af4cbb.tar.gz
vcxsrv-0235891665ad311e1f81d1b0f003f433b4af4cbb.tar.bz2
vcxsrv-0235891665ad311e1f81d1b0f003f433b4af4cbb.zip
Solved problem when path environment variable was larger then 1024 bytes
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 9e5948448..9deb700c7 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.1"
+#define MHMAKEVER "2.0.2"
class makecommand
{