Skip to content

Commit

Permalink
[7.2r]
Browse files Browse the repository at this point in the history
Bump version to 7.2r

* doc/README: Bump version to 7.2r (rev. R).
* .travis.yml (GC_REAL_VERSION): Likewise.
* .travis.yml (AO_SRC_VER): Bump to v7.2l.
* Makefile.am (libgc_la_LDFLAGS): Bump version-info to 2:7:1.
* Makefile.in: Regenerate.
  • Loading branch information
ivmai committed Feb 3, 2024
1 parent 17afc44 commit babe845
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -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
Expand Down
8 changes: 8 additions & 0 deletions ChangeLog
@@ -1,3 +1,11 @@
[7.2r]

2024-02-03 Ivan Maidanski <ivmai@mail.ru>

* 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 <ivmai@mail.ru>

* os_dep.c [MPROTECT_VDB] (GC_remove_protection): Do not call
Expand Down
2 changes: 1 addition & 1 deletion Makefile.am
Expand Up @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion Makefile.in
Expand Up @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion doc/README
Expand Up @@ -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

Expand Down

0 comments on commit babe845

Please sign in to comment.