* ChangeLog: Set release date.
* README.md: Bump micro version.
* configure.ac (AC_INIT): Likewise.
* include/gc_version.h (GC_TMP_VERSION_MICRO): Likewise.
-== [7.4.2] (unset) ==
+== [7.4.2] 2014-06-03 ==
* Add config option to use STGRTMIN-based signals for thread suspend/resume.
* Allow parallel mark to be enabled on powerpc-linux systems.
# Boehm-Demers-Weiser Garbage Collector
-This is version 7.4.0 of a conservative garbage collector for C and C++.
+This is version 7.4.2 of a conservative garbage collector for C and C++.
You might find a more recent version
[here](http://www.hboehm.info/gc/), or
dnl Process this file with autoconf to produce configure.
# Initialization
-AC_INIT(gc,7.4.0,bdwgc@lists.opendylan.org)
+AC_INIT(gc,7.4.2,bdwgc@lists.opendylan.org)
## version must conform to [0-9]+[.][0-9]+[.][0-9]+
AC_CONFIG_SRCDIR(gcj_mlc.c)
AC_CONFIG_MACRO_DIR([m4])
/* it to keep the old-style build process working. */
#define GC_TMP_VERSION_MAJOR 7
#define GC_TMP_VERSION_MINOR 4
-#define GC_TMP_VERSION_MICRO 0 /* 7.4.0 */
+#define GC_TMP_VERSION_MICRO 2 /* 7.4.2 */
#ifdef GC_VERSION_MAJOR
# if GC_TMP_VERSION_MAJOR != GC_VERSION_MAJOR \