summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2019-03-01 09:56:13 +0300
committerIvan Maidanski <ivmai@mail.ru>2019-03-01 09:56:13 +0300
commitcafc394372e12817b25cab0e23bcc1729b531b0d (patch)
tree28ae2dd8a94fdc49075c50e8cf111e9c787cc9b9
parentabd6caea2d8563c9617d5a7bd97f7401f1d5a0eb (diff)
downloadbdwgc-7.2n.tar.gz
[7.2n]v7.2n
Bump version to 7.2n in README and Travis CI script; update ChangeLog * doc/README: Bump version to 7.2n (rev. N).
-rw-r--r--.travis.yml2
-rw-r--r--ChangeLog6
-rw-r--r--doc/README2
3 files changed, 8 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 007fe878..c08cd183 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -22,7 +22,7 @@ matrix:
- libatomic-ops-dev
env:
- MAKEFILE_TARGETS="distcheck"
- - GC_REAL_VERSION=7.2m
+ - GC_REAL_VERSION=7.2n
- AO_SRC_VER=v7.2i
- os: linux
env:
diff --git a/ChangeLog b/ChangeLog
index 70224302..98271be8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+[7.2n]
+
+2019-03-01 Ivan Maidanski <ivmai@mail.ru>
+
+ * doc/README: Bump version to 7.2n (rev. N).
+
2019-02-08 Hamayama <hamay1010@gmail.com>
* win32_threads.c [I386] (isWow64): New static variable.
diff --git a/doc/README b/doc/README
index e830c3db..ee29541b 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.2m of a conservative garbage collector for C and C++.
+This is version 7.2n of a conservative garbage collector for C and C++.
You might find a more recent version of this at