aboutsummaryrefslogtreecommitdiff
path: root/tools/mhmake/src/util.h
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2011-08-01 09:25:26 +0200
committermarha <marha@users.sourceforge.net>2011-08-01 09:25:26 +0200
commitd80ce197266a28cf85621d01a3d57606e40df87a (patch)
tree24b7f8608c946aa88415d91e0899556f2e80b3fe /tools/mhmake/src/util.h
parent6730a76afc49a80573b2e582085086c2956fe96d (diff)
downloadvcxsrv-d80ce197266a28cf85621d01a3d57606e40df87a.tar.gz
vcxsrv-d80ce197266a28cf85621d01a3d57606e40df87a.tar.bz2
vcxsrv-d80ce197266a28cf85621d01a3d57606e40df87a.zip
linux: make sure that newly created directories get the same permissions as
the parent directory.
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 694012cea..342ec8c8a 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.4"
+#define MHMAKEVER "3.0.5"
class makecommand
{