summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2021-09-29 07:34:06 +0300
committerIvan Maidanski <ivmai@mail.ru>2021-09-29 09:37:26 +0300
commit47e9106c17b72e9ee5501308f69ea94531e798b3 (patch)
treeb5b1105af9bed13e20cae834a3ded63dba2ea858 /Makefile.am
parent8abae7f37f6be7f338338c271405a74dd243aff4 (diff)
downloadbdwgc-47e9106c17b72e9ee5501308f69ea94531e798b3.tar.gz
[8.2.0]v8.2.0
Bump gc version to 8.2.0 (experimental release) * ChangeLog (8.2.0): Set release date. * CMakeLists.txt (PACKAGE_VERSION): Bump minor version and set micro to 0 (change package version to 8.2.0). * README.md: Likewise. * configure.ac (AC_INIT): Likewise. * include/gc_version.h (GC_TMP_VERSION_MINOR, GC_TMP_VERSION_MICRO): Likewise. * CMakeLists.txt (LIBGCCPP_VER_INFO): Increment current and age (change version info of libgccpp.so to 6:0:5). * Makefile.am (LIBGCCPP_VER_INFO): Likewise. * README.md: Remove build status badges (Travis, AppVeyor, Codecov, Coveralls, Coverity, LGTM). * doc/README.cmake (HOW TO IMPORT BDWGC): Update BDWgc version in the sample.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index bc38e391..ee99f001 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -15,7 +15,7 @@
# These numbers should be updated at most once just before the release,
# and, optionally, at most once during the development (after the release).
LIBGC_VER_INFO = 6:0:5
-LIBGCCPP_VER_INFO = 5:0:4
+LIBGCCPP_VER_INFO = 6:0:5
## FIXME: `make distcheck' in this directory will not currently work.
## This is most likely to the explicit flags passed to submakes.