From 73fc70df529793f136736e7645f59d91bca78293 Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Thu, 25 May 2023 23:45:57 +0300 Subject: [PATCH] [7.2q] Bump version to 7.2q * doc/README: Bump version to 7.2q (rev. Q). * .travis.yml (GC_REAL_VERSION): Likewise. * Makefile.am (libgc_la_LDFLAGS): Bump version-info to 2:6:1. * Makefile.in: Regenerate. --- .travis.yml | 2 +- ChangeLog | 8 ++++++++ Makefile.am | 2 +- Makefile.in | 2 +- doc/README | 2 +- 5 files changed, 12 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7333a120e..f8139f254 100644 --- a/.travis.yml +++ b/.travis.yml @@ -103,7 +103,7 @@ jobs: - libatomic-ops-dev env: - MAKEFILE_TARGETS="distcheck" - - GC_REAL_VERSION=7.2p + - GC_REAL_VERSION=7.2q - AO_SRC_VER=v7.2k before_install: diff --git a/ChangeLog b/ChangeLog index 9c0f18f18..1eb402c03 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +[7.2q] + +2023-05-25 Ivan Maidanski + + * doc/README: Bump version to 7.2q (rev. Q). + * Makefile.am (libgc_la_LDFLAGS): Bump version-info to 2:6:1. + * Makefile.in: Regenerate. + 2023-05-16 Ivan Maidanski * mark_rts.c (GC_exclude_static_roots_inner): Move check of diff --git a/Makefile.am b/Makefile.am index f78cdb131..a048ce144 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:5:1 -no-undefined +libgc_la_LDFLAGS = $(extra_ldflags_libgc) -version-info 2:6: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 a12768f58..84a785a79 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:5:1 -no-undefined +libgc_la_LDFLAGS = $(extra_ldflags_libgc) -version-info 2:6: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 21a352408..63db17134 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.2p of a conservative garbage collector for C and C++. +This is version 7.2q of a conservative garbage collector for C and C++. You might find a more recent version of this at