From 3ef35da726e7620e299f7cc7c52aa2245a06eb8d Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Tue, 28 Sep 2021 10:27:29 +0300 Subject: [7.2o] Bump version to 7.2o in README and Travis CI script; update ChangeLog * doc/README: Bump version to 7.2o (rev. O). --- .travis.yml | 4 ++-- ChangeLog | 6 ++++++ doc/README | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2bc0d0da..a53a464d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -103,8 +103,8 @@ jobs: - libatomic-ops-dev env: - MAKEFILE_TARGETS="distcheck" - - GC_REAL_VERSION=7.2n - - AO_SRC_VER=v7.2i + - GC_REAL_VERSION=7.2o + - AO_SRC_VER=v7.2j before_install: - if [[ "$MAKEFILE_TARGETS" == *"dist"* ]]; then diff --git a/ChangeLog b/ChangeLog index e1918075..ba0c059c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +[7.2o] + +2021-09-28 Ivan Maidanski + + * doc/README: Bump version to 7.2o (rev. O). + 2021-09-21 Ivan Maidanski * headers.c (GC_scratch_alloc): Add bytes to scratch_free_ptr only diff --git a/doc/README b/doc/README index 8d41d304..0a8b4dc9 100644 --- a/doc/README +++ b/doc/README @@ -36,7 +36,7 @@ Public License, but is not needed by, nor linked into the collector library. It is included here only because the atomic_ops distribution is, for simplicity, included in its entirety. -This is version 7.2n of a conservative garbage collector for C and C++. +This is version 7.2o of a conservative garbage collector for C and C++. You might find a more recent version of this at -- cgit v1.2.1