Skip to content

Commit

Permalink
[7.2q]
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
ivmai committed May 25, 2023
1 parent c9be3ed commit 73fc70d
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -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:
Expand Down
8 changes: 8 additions & 0 deletions ChangeLog
@@ -1,3 +1,11 @@
[7.2q]

2023-05-25 Ivan Maidanski <ivmai@mail.ru>

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

* mark_rts.c (GC_exclude_static_roots_inner): Move check of
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: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 \
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: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 \
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.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

Expand Down

0 comments on commit 73fc70d

Please sign in to comment.