diff options
author | marha <marha@users.sourceforge.net> | 2011-01-23 16:43:22 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2011-01-23 16:43:22 +0000 |
commit | 51181fb7f4d135d214974bb6611d51f21475eec8 (patch) | |
tree | e62cb1744a6b43d2d6991b329bba9e2a7143a674 /tools/mhmake/src/util.h | |
parent | 174c4371f04f7a77979614fb7f3633807bd428ec (diff) | |
parent | 8cd59857a99c534c560f58c931f5c2466d4c1f9b (diff) | |
download | vcxsrv-51181fb7f4d135d214974bb6611d51f21475eec8.tar.gz vcxsrv-51181fb7f4d135d214974bb6611d51f21475eec8.tar.bz2 vcxsrv-51181fb7f4d135d214974bb6611d51f21475eec8.zip |
Solved problem when quotes and pipe characters on the command line in vista
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 882ceb325..069effc07 100644 --- a/tools/mhmake/src/util.h +++ b/tools/mhmake/src/util.h @@ -50,7 +50,7 @@ #define PLATFORM "linux"
#endif
-#define MHMAKEVER "2.3.29"
+#define MHMAKEVER "2.3.30"
class makecommand
{
|