summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2021-09-29 07:34:06 +0300
committerIvan Maidanski <ivmai@mail.ru>2021-09-29 09:37:26 +0300
commit47e9106c17b72e9ee5501308f69ea94531e798b3 (patch)
treeb5b1105af9bed13e20cae834a3ded63dba2ea858 /.travis.yml
parent8abae7f37f6be7f338338c271405a74dd243aff4 (diff)
downloadbdwgc-47e9106c17b72e9ee5501308f69ea94531e798b3.tar.gz
[8.2.0]v8.2.0
Bump gc version to 8.2.0 (experimental release) * ChangeLog (8.2.0): Set release date. * CMakeLists.txt (PACKAGE_VERSION): Bump minor version and set micro to 0 (change package version to 8.2.0). * README.md: Likewise. * configure.ac (AC_INIT): Likewise. * include/gc_version.h (GC_TMP_VERSION_MINOR, GC_TMP_VERSION_MICRO): Likewise. * CMakeLists.txt (LIBGCCPP_VER_INFO): Increment current and age (change version info of libgccpp.so to 6:0:5). * Makefile.am (LIBGCCPP_VER_INFO): Likewise. * README.md: Remove build status badges (Travis, AppVeyor, Codecov, Coveralls, Coverity, LGTM). * doc/README.cmake (HOW TO IMPORT BDWGC): Update BDWgc version in the sample.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 6d018b50..b775ade6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -20,7 +20,7 @@ jobs:
coverity_scan:
project:
name: ivmai/bdwgc
- version: 8.1.0
+ version: 8.2.0
notification_email: ivmai@mail.ru
branch_pattern: master
build_command_prepend: "./configure --enable-cplusplus --disable-shared --enable-single-obj-compilation"