diff --git a/.travis.yml b/.travis.yml index f8139f254..5f36936f3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -103,8 +103,8 @@ jobs: - libatomic-ops-dev env: - MAKEFILE_TARGETS="distcheck" - - GC_REAL_VERSION=7.2q - - AO_SRC_VER=v7.2k + - GC_REAL_VERSION=7.2r + - AO_SRC_VER=v7.2l before_install: - if [[ "$MAKEFILE_TARGETS" == *"dist"* ]]; then diff --git a/ChangeLog b/ChangeLog index caa563710..3ab22e1cd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +[7.2r] + +2024-02-03 Ivan Maidanski + + * doc/README: Bump version to 7.2r (rev. R). + * Makefile.am (libgc_la_LDFLAGS): Bump version-info to 2:7:1. + * Makefile.in: Regenerate. + 2023-12-27 Ivan Maidanski * os_dep.c [MPROTECT_VDB] (GC_remove_protection): Do not call diff --git a/Makefile.am b/Makefile.am index a048ce144..439e3bda8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -89,7 +89,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:6:1 -no-undefined +libgc_la_LDFLAGS = $(extra_ldflags_libgc) -version-info 2:7: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 84a785a79..0554c86fb 100644 --- a/Makefile.in +++ b/Makefile.in @@ -939,7 +939,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:6:1 -no-undefined +libgc_la_LDFLAGS = $(extra_ldflags_libgc) -version-info 2:7: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 63db17134..0230e3b86 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.2q of a conservative garbage collector for C and C++. +This is version 7.2r of a conservative garbage collector for C and C++. You might find a more recent version of this at