diff options
author | Ivan Maidanski <ivmai@mail.ru> | 2018-09-05 01:07:03 +0300 |
---|---|---|
committer | Ivan Maidanski <ivmai@mail.ru> | 2018-09-05 01:10:55 +0300 |
commit | 5bf9f1053a9e866af48ef166a2bf2c3bc301cfd4 (patch) | |
tree | 7b4a28d917c8c12493cf10ddb0ece2ec4dcee2ab /.travis.yml | |
parent | e71ab76ffedfbc3fcd9063dd9e95ff8b9f03b585 (diff) | |
download | bdwgc-5bf9f1053a9e866af48ef166a2bf2c3bc301cfd4.tar.gz |
[8.0.0]v8.0.0
Bump gc version to 8.0.0 (experimental release)
* ChangeLog (8.0.0): Set release date.
* Makefile.am (LIBGC_VER_INFO): Increment revision (change version info
of libgc.so to 5:1:4).
* Makefile.am (LIBGCCPP_VER_INFO): Increment current and age (change
version info of libgccpp.so to 5:0:4).
* README.md: Bump major version (set minor and micro to 0).
* configure.ac (AC_INIT): Likewise.
* include/gc_version.h (GC_TMP_VERSION_MAJOR, GC_TMP_VERSION_MINOR,
GC_TMP_VERSION_MICRO): Likewise.
* README.md: Remove build status badges (Travis, AppVeyor, Codecov,
Coveralls, Coverity, LGTM).
* cord/cord.am (LIBCORD_VER_INFO): Increment current and age (change
version info of libcord.so to 5:0:4).
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index ee5625cc..4b471e90 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,7 +22,7 @@ matrix: coverity_scan: project: name: ivmai/bdwgc - version: 7.7.0 + version: 8.0.0 notification_email: ivmai@mail.ru branch_pattern: master build_command_prepend: "./configure --enable-cplusplus --disable-shared --enable-single-obj-compilation" |