summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2021-09-29 10:38:50 +0300
committerIvan Maidanski <ivmai@mail.ru>2021-09-29 11:30:12 +0300
commit549450ac1cb959c7c1b070a26e44cba114eaeb9f (patch)
tree164ffb5b21cc735fa1f338e4ed1c20e599c81640 /.travis.yml
parent47e9106c17b72e9ee5501308f69ea94531e798b3 (diff)
downloadbdwgc-549450ac1cb959c7c1b070a26e44cba114eaeb9f.tar.gz
Bump libgc version (for the development of 8.4 release)
* README.md: Restore build status badges (Travis, AppVeyor, Codecov, Coveralls, Coverity, LGTM, Hits-of-Code, Lines of code, GitHub code size, Github All Releases). * CMakeLists.txt (PACKAGE_VERSION): Bump package version to 8.3.0. * README.md: Likewise. * configure.ac (AC_INIT): Likewise. * include/gc_version.h (GC_TMP_VERSION_MINOR): Likewise.
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 b775ade6..4e2729b9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -20,7 +20,7 @@ jobs:
coverity_scan:
project:
name: ivmai/bdwgc
- version: 8.2.0
+ version: 8.3.0
notification_email: ivmai@mail.ru
branch_pattern: master
build_command_prepend: "./configure --enable-cplusplus --disable-shared --enable-single-obj-compilation"