summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2021-09-28 10:27:29 +0300
committerIvan Maidanski <ivmai@mail.ru>2021-09-28 10:27:29 +0300
commit3ef35da726e7620e299f7cc7c52aa2245a06eb8d (patch)
tree4c6fa84c8b31862ffc82700f8d4d54543b33233c
parentca810c7477c46e9e448cb6a3f2492e457b4dc626 (diff)
downloadbdwgc-7.2o.tar.gz
[7.2o]v7.2o
Bump version to 7.2o in README and Travis CI script; update ChangeLog * doc/README: Bump version to 7.2o (rev. O).
-rw-r--r--.travis.yml4
-rw-r--r--ChangeLog6
-rw-r--r--doc/README2
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 <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
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