diff options
-rw-r--r-- | dmake/winnt/microsft/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dmake/winnt/microsft/config.h b/dmake/winnt/microsft/config.h index 8013ebb57bf1..d6e4cf86473d 100644 --- a/dmake/winnt/microsft/config.h +++ b/dmake/winnt/microsft/config.h @@ -1,4 +1,4 @@ -/* RCS $Id: config.h,v 1.7 2007-07-03 11:32:18 rt Exp $ +/* RCS $Id: config.h,v 1.8 2007-10-15 15:59:27 ihi Exp $ -- -- SYNOPSIS -- Configurarion include file. @@ -27,7 +27,7 @@ /* Name and version number of this package */ #define PACKAGE "dmake" -#define VERSION "4.9" +#define VERSION "4.11" #define BUILDINFO "Windows / MS Visual C++" #if defined (_MSC_VER) |