-== [7.6.8] (not released yet) ==
+== [7.6.8] 2018-08-12 ==
* Add cpu, make_as_lib, nothreads options to NT_MAKEFILE
* Add NetBSD/aarch64 and initial RISC-V support
# 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 = 4:3:3
-LIBGCCPP_VER_INFO = 4:1:3
+LIBGC_VER_INFO = 4:4:3
+LIBGCCPP_VER_INFO = 4:2:3
## FIXME: `make distcheck' in this directory will not currently work.
## This is most likely to the explicit flags passed to submakes.
# Boehm-Demers-Weiser Garbage Collector
-This is version 7.6.6 of a conservative garbage
+This is version 7.6.8 of a conservative garbage
collector for C and C++.
dnl Process this file with autoconf to produce configure.
dnl Initialization.
-AC_INIT(gc,7.6.6,https://github.com/ivmai/bdwgc/issues)
+AC_INIT(gc,7.6.8,https://github.com/ivmai/bdwgc/issues)
dnl Version must conform to: [0-9]+[.][0-9]+[.][0-9]+
AC_CONFIG_SRCDIR(gcj_mlc.c)
# 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).
-LIBCORD_VER_INFO = 4:0:3
+LIBCORD_VER_INFO = 4:1:3
lib_LTLIBRARIES += libcord.la
/* it to keep the old-style build process working. */
#define GC_TMP_VERSION_MAJOR 7
#define GC_TMP_VERSION_MINOR 6
-#define GC_TMP_VERSION_MICRO 6 /* 7.6.6 */
+#define GC_TMP_VERSION_MICRO 8 /* 7.6.8 */
#ifdef GC_VERSION_MAJOR
# if GC_TMP_VERSION_MAJOR != GC_VERSION_MAJOR \