--- gforth/config.bat 1998/12/12 22:32:03 1.6 +++ gforth/config.bat 2003/03/09 15:16:46 1.10 @@ -1,5 +1,5 @@ @ECHO OFF -REM Copyright (C) 1995,1996,1997,1998 Free Software Foundation, Inc. +REM Copyright (C) 1995,1996,1997,1998,2000 Free Software Foundation, Inc. REM REM This file is part of Gforth. REM @@ -41,6 +41,7 @@ IF "%THREAD%"=="d" ECHO #endif >>ENGINE\ IF "%FREGS%"=="y" ECHO #ifndef FORCE_REG >>ENGINE\CONFIG.H IF "%FREGS%"=="y" ECHO #define FORCE_REG 1 >>ENGINE\CONFIG.H IF "%FREGS%"=="y" ECHO #endif >>ENGINE\CONFIG.H -ECHO static char gforth_version[]="0.4.0"; >version.h1 -ECHO : version-string s" 0.4.0" ; >version.fs1 +ECHO static char gforth_version[]="0.5.0"; >version.h1 +ECHO : version-string s" 0.5.0" ; >version.fs1 +COPY version.fs1 kernel\version.fs  \ No newline at end of file