aboutsummaryrefslogtreecommitdiff
path: root/tools/mhmake/src/util.h
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2010-09-03 15:17:50 +0000
committermarha <marha@users.sourceforge.net>2010-09-03 15:17:50 +0000
commitf2523be58f4546b530ab03ece3a9dd1183f4deec (patch)
treedf4debaf02c1d953264ff2b9490c6c47e55facc4 /tools/mhmake/src/util.h
parent618c64aa88755d61b734ba8b54a325a56ac830ad (diff)
downloadvcxsrv-f2523be58f4546b530ab03ece3a9dd1183f4deec.tar.gz
vcxsrv-f2523be58f4546b530ab03ece3a9dd1183f4deec.tar.bz2
vcxsrv-f2523be58f4546b530ab03ece3a9dd1183f4deec.zip
Solved possible build error when having rules with multiple targets
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 aff7d642a..5afe9aecf 100644
--- a/tools/mhmake/src/util.h
+++ b/tools/mhmake/src/util.h
@@ -50,7 +50,7 @@
#define PLATFORM "linux"
#endif
-#define MHMAKEVER "2.2.1"
+#define MHMAKEVER "2.2.2"
class makecommand
{