Skip to content

Commit

Permalink
[7.2o]
Browse files Browse the repository at this point in the history
Bump version to 7.2o in README and Travis CI script; update ChangeLog

* doc/README: Bump version to 7.2o (rev. O).
  • Loading branch information
ivmai committed Sep 28, 2021
1 parent ca810c7 commit 3ef35da
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -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
Expand Down
6 changes: 6 additions & 0 deletions ChangeLog
@@ -1,3 +1,9 @@
[7.2o]

2021-09-28 Ivan Maidanski <ivmai@mail.ru>

* doc/README: Bump version to 7.2o (rev. O).

2021-09-21 Ivan Maidanski <ivmai@mail.ru>

* headers.c (GC_scratch_alloc): Add bytes to scratch_free_ptr only
Expand Down
2 changes: 1 addition & 1 deletion doc/README
Expand Up @@ -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

Expand Down

0 comments on commit 3ef35da

Please sign in to comment.