diff options
author | marha <marha@users.sourceforge.net> | 2011-02-02 08:58:08 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2011-02-02 08:58:08 +0000 |
commit | b6e46036afc783ff8217b26be8a01da12a32a8f3 (patch) | |
tree | cfd470dbb4bb3acb01142687af25165c99d97deb /tools/mhmake/src/util.h | |
parent | 0a34f028d08ec99143211f04445dfda960d40819 (diff) | |
download | vcxsrv-b6e46036afc783ff8217b26be8a01da12a32a8f3.tar.gz vcxsrv-b6e46036afc783ff8217b26be8a01da12a32a8f3.tar.bz2 vcxsrv-b6e46036afc783ff8217b26be8a01da12a32a8f3.zip |
Solved problem when running python commands and spaces in paths
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 aba9ec649..8755d4485 100644 --- a/tools/mhmake/src/util.h +++ b/tools/mhmake/src/util.h @@ -50,7 +50,7 @@ #define PLATFORM "linux"
#endif
-#define MHMAKEVER "2.4.1"
+#define MHMAKEVER "2.4.2"
class makecommand
{
|