coverity_scan:
project:
name: ivmai/bdwgc
- version: 8.0.0
+ version: 8.1.0
notification_email: ivmai@mail.ru
branch_pattern: master
build_command_prepend: "./configure --enable-cplusplus --disable-shared --enable-single-obj-compilation"
# Boehm-Demers-Weiser Garbage Collector
-This is version 8.0.0 (experimental release) of a conservative garbage
+[](https://travis-ci.org/ivmai/bdwgc)
+[](https://ci.appveyor.com/project/ivmai/bdwgc)
+[](https://codecov.io/github/ivmai/bdwgc?branch=master)
+[](https://coveralls.io/github/ivmai/bdwgc)
+[](https://scan.coverity.com/projects/ivmai-bdwgc)
+[](https://lgtm.com/projects/g/ivmai/bdwgc/context:cpp)
+[](https://lgtm.com/projects/g/ivmai/bdwgc/alerts)
+
+This is version 8.1.0 (next release development) of a conservative garbage
collector for C and C++.
-version: 8.0.0-{build}
+version: 8.1.0-{build}
clone_depth: 50
dnl Process this file with autoconf to produce configure.
dnl Initialization.
-AC_INIT(gc,8.0.0,https://github.com/ivmai/bdwgc/issues)
+AC_INIT(gc,8.1.0,https://github.com/ivmai/bdwgc/issues)
dnl Version must conform to: [0-9]+[.][0-9]+[.][0-9]+
AC_CONFIG_SRCDIR(gcj_mlc.c)
/* Eventually this one may become unnecessary. For now we need */
/* it to keep the old-style build process working. */
#define GC_TMP_VERSION_MAJOR 8
-#define GC_TMP_VERSION_MINOR 0
-#define GC_TMP_VERSION_MICRO 0 /* 8.0.0 */
+#define GC_TMP_VERSION_MINOR 1
+#define GC_TMP_VERSION_MICRO 0 /* 8.1.0 */
#ifdef GC_VERSION_MAJOR
# if GC_TMP_VERSION_MAJOR != GC_VERSION_MAJOR \