aboutsummaryrefslogtreecommitdiff
path: root/tools/mhmake/src/util.h
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2010-02-28 15:22:08 +0000
committermarha <marha@users.sourceforge.net>2010-02-28 15:22:08 +0000
commit61b8b4249d504d00ad88444e49dfb835737e7ed9 (patch)
tree51eb82a3dbb52aea53f2fba574426a7fb04fa5d6 /tools/mhmake/src/util.h
parent56389060042079a1d526e98c54a7f54b1a4853f7 (diff)
downloadvcxsrv-61b8b4249d504d00ad88444e49dfb835737e7ed9.tar.gz
vcxsrv-61b8b4249d504d00ad88444e49dfb835737e7ed9.tar.bz2
vcxsrv-61b8b4249d504d00ad88444e49dfb835737e7ed9.zip
Solved problem of some tabs that were not parsed as white space
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 9deb700c7..fc39f9e84 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.2"
+#define MHMAKEVER "2.0.3"
class makecommand
{