diff options
-rw-r--r-- | dmake/win95/microsft/config.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dmake/win95/microsft/config.h b/dmake/win95/microsft/config.h index add59e290b2f..2a020bb0d45f 100644 --- a/dmake/win95/microsft/config.h +++ b/dmake/win95/microsft/config.h @@ -1,6 +1,6 @@ /* $RCSfile: config.h,v $ --- $Revision: 1.10 $ --- last change: $Author: vg $ $Date: 2007-01-18 09:50:23 $ +-- $Revision: 1.11 $ +-- last change: $Author: obo $ $Date: 2007-06-12 06:09:19 $ -- -- SYNOPSIS -- Configurarion include file. @@ -38,7 +38,7 @@ /* Name and version number of this package */ #define PACKAGE "dmake" -#define VERSION "4.7" +#define VERSION "4.8" #define BUILDINFO "Windows / MS Visual C++" #if defined (_MSC_VER) |