-== [7.4.12] (not released yet) ==
+== [7.4.12] 2018-04-19 ==
* Define GC_FREEBSD_THREADS and GC_ADD_CALLER macros for kFreeBSD
* Fix comment for debug_generic_malloc_inner[_ignore_off_page]
# Info (current:revision:age) for the Libtool versioning system.
# These numbers should be updated at most once just before the release,
# and, optionally, at most once during the development (after the release).
-LIBGC_VER_INFO = 3:3:2
+LIBGC_VER_INFO = 3:4:2
LIBGCCPP_VER_INFO = 3:0:2
## FIXME: `make distcheck' in this directory will not currently work.
# Boehm-Demers-Weiser Garbage Collector
-This is version 7.4.10 of a conservative garbage collector for C and C++.
+This is version 7.4.12 of a conservative garbage collector for C and C++.
## Download
dnl Process this file with autoconf to produce configure.
# Initialization
-AC_INIT(gc,7.4.10,https://github.com/ivmai/bdwgc/issues)
+AC_INIT(gc,7.4.12,https://github.com/ivmai/bdwgc/issues)
## 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 10 /* 7.4.10 */
+#define GC_TMP_VERSION_MICRO 12 /* 7.4.12 */
#ifdef GC_VERSION_MAJOR
# if GC_TMP_VERSION_MAJOR != GC_VERSION_MAJOR \