diff options
author | marha <marha@users.sourceforge.net> | 2010-09-02 11:59:00 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2010-09-02 11:59:00 +0000 |
commit | af486c5935a432683052d019da364aef97af745f (patch) | |
tree | 5e439039ea5195108f9f5e0d61bcd7a14fb69e46 /tools/mhmake/src/util.h | |
parent | 7a87e02989ca09868aacb825fe954c1f39602485 (diff) | |
download | vcxsrv-af486c5935a432683052d019da364aef97af745f.tar.gz vcxsrv-af486c5935a432683052d019da364aef97af745f.tar.bz2 vcxsrv-af486c5935a432683052d019da364aef97af745f.zip |
Autodep optimisation
Diffstat (limited to 'tools/mhmake/src/util.h')
-rw-r--r-- | tools/mhmake/src/util.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/mhmake/src/util.h b/tools/mhmake/src/util.h index 62efbd245..aff7d642a 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.0"
+#define MHMAKEVER "2.2.1"
class makecommand
{
|