--- gforth/configure.in 2006/02/20 22:20:17 1.157 +++ gforth/configure.in 2006/04/01 17:30:32 1.159 @@ -21,12 +21,12 @@ dnl Process this file with autoconf to p dnl We use some automake macros here, dnl but don't use automake for creating Makefile.in -AC_INIT([gforth],[0.6.2-20060219],[https://savannah.gnu.org/bugs/?func=addbug&group=gforth]) +AC_INIT([gforth],[0.6.2-20060312],[https://savannah.gnu.org/bugs/?func=addbug&group=gforth]) AC_PREREQ(2.54) #snapshots have numbers major.minor.release-YYYYMMDD #note that lexicographic ordering must be heeded. #I.e., 0.4.1-YYYYMMDD must not exist before 0.4.1! -UPDATED="September 10, 2003" +UPDATED="March 12, 2006" AC_SUBST(UPDATED) AC_CONFIG_HEADERS(engine/config.h) @@ -687,6 +687,7 @@ Makedist gforthmi vmgen machpc.fs +envos.fs engine/Makefile doc/version.texi ]) AC_CONFIG_COMMANDS([stamp-h],[[echo timestamp > stamp-h