aboutsummaryrefslogtreecommitdiff
path: root/tools/mhmake/src/util.h
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2011-10-27 10:24:02 +0200
committermarha <marha@users.sourceforge.net>2011-10-27 10:24:02 +0200
commite9348e5fb751ebeba77e622af6d4241be8f1d51e (patch)
tree2f0dfe4c7a16715ad7ae087b62c206690872d9dd /tools/mhmake/src/util.h
parente05025bd50cba8c6788e60128af8f07b78a57c2d (diff)
downloadvcxsrv-e9348e5fb751ebeba77e622af6d4241be8f1d51e.tar.gz
vcxsrv-e9348e5fb751ebeba77e622af6d4241be8f1d51e.tar.bz2
vcxsrv-e9348e5fb751ebeba77e622af6d4241be8f1d51e.zip
Make sure that the mhmakecoonf env variable has the correct case
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 a9bd76cfc..adb154497 100644
--- a/tools/mhmake/src/util.h
+++ b/tools/mhmake/src/util.h
@@ -50,7 +50,7 @@
#define PLATFORM "linux"
#endif
-#define MHMAKEVER "3.0.8"
+#define MHMAKEVER "3.0.9"
class makecommand
{