Skip to content

Commit

Permalink
[7.2i]
Browse files Browse the repository at this point in the history
Bump version to 7.2i in README; bump libgc.so version; update ChangeLog

* doc/README: Bump version to 7.2i (rev. I).
* Makefile.am (libgc_la_LDFLAGS): Bump version-info to 2:1:0.
  • Loading branch information
ivmai committed Dec 21, 2017
1 parent a4b15fc commit 6bec873
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -23,7 +23,7 @@ matrix:
dist: trusty
env:
- MAKEFILE_TARGETS="distcheck"
- GC_REAL_VERSION=7.2h
- GC_REAL_VERSION=7.2i
- os: linux
env:
- MAKEFILE_TARGETS="dist"
Expand Down
7 changes: 7 additions & 0 deletions ChangeLog
@@ -1,3 +1,10 @@
[7.2i]

2017-12-21 Ivan Maidanski <ivmai@mail.ru>

* doc/README: Bump version to 7.2i (rev. I).
* Makefile.am (libgc_la_LDFLAGS): Bump version-info to 2:1:0.

2017-12-19 Ivan Maidanski <ivmai@mail.ru>

* tests/test.c [!VERY_SMALL_CONFIG && CPP_WORDSZ==64]
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:0:0 -no-undefined
libgc_la_LDFLAGS = $(extra_ldflags_libgc) -version-info 2:1:0 -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 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.2h of a conservative garbage collector for C and C++.
This is version 7.2i 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 6bec873

Please sign in to comment.