Skip to content

Commit e8f2ff9

Browse files
committed
Snapshot with new MINOS2 boxes&glues
1 parent 13f21bc commit e8f2ff9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

configure.ac

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ dnl Process this file with autoconf to produce a configure script.
2020

2121
#We use some automake macros here,
2222
#but don't use automake for creating Makefile.in
23-
AC_INIT([gforth],[0.7.9_20170406],[https://savannah.gnu.org/bugs/?func=addbug&group=gforth])
23+
AC_INIT([gforth],[0.7.9_20170427],[https://savannah.gnu.org/bugs/?func=addbug&group=gforth])
2424
AC_PREREQ(2.54)
2525
AC_CONFIG_MACRO_DIR([m4])
2626
#snapshots have numbers major.minor.release_YYYYMMDD
2727
#note that lexicographic ordering must be heeded.
2828
#I.e., 0.4.1_YYYYMMDD must not exist before 0.4.1!
29-
UPDATED="April 6, 2017"
29+
UPDATED="April 27, 2017"
3030
AC_SUBST(UPDATED)
3131
AC_CONFIG_HEADERS(engine/config.h)
3232
AC_USE_SYSTEM_EXTENSIONS

0 commit comments

Comments
 (0)