summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml2
-rw-r--r--ChangeLog8
-rw-r--r--Makefile.am2
-rw-r--r--Makefile.in2
-rw-r--r--doc/README2
5 files changed, 12 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index 792696e4..26eb76f1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -22,7 +22,7 @@ matrix:
- libatomic-ops-dev
env:
- MAKEFILE_TARGETS="distcheck"
- - GC_REAL_VERSION=7.2j
+ - GC_REAL_VERSION=7.2k
- os: linux
env:
- MAKEFILE_TARGETS="dist"
diff --git a/ChangeLog b/ChangeLog
index a4fa7adf..a8655ec1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+[7.2k]
+
+2018-04-19 Ivan Maidanski <ivmai@mail.ru>
+
+ * doc/README: Bump version to 7.2k (rev. K).
+ * Makefile.am (libgc_la_LDFLAGS): Bump version-info to 2:3:1.
+ * Makefile.in: Regenerate.
+
2018-04-18 Ivan Maidanski <ivmai@mail.ru>
* dbg_mlc.c (GC_store_debug_info_inner): Remove comment (as it exists
diff --git a/Makefile.am b/Makefile.am
index f7eb32e6..f31022a4 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -90,7 +90,7 @@ endif
# linuxthread semaphore functions get linked:
libgc_la_LIBADD = @addobjs@ $(THREADDLLIBS) $(UNWINDLIBS) $(ATOMIC_OPS_LIBS)
libgc_la_DEPENDENCIES = @addobjs@
-libgc_la_LDFLAGS = $(extra_ldflags_libgc) -version-info 2:2:1 -no-undefined
+libgc_la_LDFLAGS = $(extra_ldflags_libgc) -version-info 2:3:1 -no-undefined
EXTRA_libgc_la_SOURCES = alpha_mach_dep.S \
mips_sgi_mach_dep.s mips_ultrix_mach_dep.s \
diff --git a/Makefile.in b/Makefile.in
index 0848831c..05c6b262 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -942,7 +942,7 @@ libgc_la_SOURCES = allchblk.c alloc.c blacklst.c checksums.c dbg_mlc.c \
# linuxthread semaphore functions get linked:
libgc_la_LIBADD = @addobjs@ $(THREADDLLIBS) $(UNWINDLIBS) $(ATOMIC_OPS_LIBS)
libgc_la_DEPENDENCIES = @addobjs@
-libgc_la_LDFLAGS = $(extra_ldflags_libgc) -version-info 2:2:1 -no-undefined
+libgc_la_LDFLAGS = $(extra_ldflags_libgc) -version-info 2:3:1 -no-undefined
EXTRA_libgc_la_SOURCES = alpha_mach_dep.S \
mips_sgi_mach_dep.s mips_ultrix_mach_dep.s \
rs6000_mach_dep.s sparc_mach_dep.S sparc_netbsd_mach_dep.s \
diff --git a/doc/README b/doc/README
index 5d022b95..a3fd792e 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.2j of a conservative garbage collector for C and C++.
+This is version 7.2k of a conservative garbage collector for C and C++.
You might find a more recent version of this at