diff options
author | marha <marha@users.sourceforge.net> | 2011-01-20 15:50:57 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2011-01-20 15:50:57 +0000 |
commit | 26ee05a8febfe1ed6da852777a8c1c2a37e4cf9b (patch) | |
tree | b7a5b98224f0aeb4ba9071f6effa41f0281910f7 /tools/mhmake/src/util.h | |
parent | c7f5c2bc1637b96afe8e52b6700de659c1ea4a36 (diff) | |
download | vcxsrv-26ee05a8febfe1ed6da852777a8c1c2a37e4cf9b.tar.gz vcxsrv-26ee05a8febfe1ed6da852777a8c1c2a37e4cf9b.tar.bz2 vcxsrv-26ee05a8febfe1ed6da852777a8c1c2a37e4cf9b.zip |
Removed py2exe
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 648ca01ee..882ceb325 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.28"
+#define MHMAKEVER "2.3.29"
class makecommand
{
|