--- gforth/configure.cmd 1996/12/06 20:23:04 1.3 +++ gforth/configure.cmd 1997/03/25 23:27:11 1.6 @@ -1,5 +1,5 @@ /* -Copyright 1995 Free Software Foundation, Inc. +Copyright 1996-1997 Free Software Foundation, Inc. This file is part of Gforth. @@ -75,5 +75,6 @@ IF FREGS="y" THEN do call lineout config.h, "#define FORCE_REG 1" call lineout config.h, "#endif" end -call lineout version.h1, 'static char gforth_version[]="0.2.0";' -call lineout version.fs1, ': version-string s" 0.2.0" ;' +call lineout version.h1, 'static char gforth_version[]="0.3.0";' +call lineout version.fs1, ': version-string s" 0.3.0" ;' +call lineout 'version-stamp', '0.3.0'