--- gforth/configure.cmd 1996/11/04 22:58:44 1.2 +++ gforth/configure.cmd 1996/12/06 20:23:04 1.3 @@ -75,4 +75,5 @@ IF FREGS="y" THEN do call lineout config.h, "#define FORCE_REG 1" call lineout config.h, "#endif" end - \ No newline at end of file +call lineout version.h1, 'static char gforth_version[]="0.2.0";' +call lineout version.fs1, ': version-string s" 0.2.0" ;'