summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2021-09-28 22:56:48 +0300
committerIvan Maidanski <ivmai@mail.ru>2021-09-28 22:56:48 +0300
commit3e1477b72ef4329a196d67b74da4cbe274d04eff (patch)
tree86662a033f2411de7d91eeca5a6c046bda37f281 /README.md
parent46814540a5e50ad64f0415f1448418f26df95341 (diff)
downloadbdwgc-8.0.6.tar.gz
[8.0.6]v8.0.6
Bump gc version to 8.0.6 * ChangeLog (8.0.6): Set release date. * Makefile.am (LIBGC_VER_INFO): Increment revision (change version info of libgc.so to 5:4:4). * Makefile.am (LIBGCCPP_VER_INFO): Increment revision (change version info of libgccpp.so to 5:1:4). * README.md: Bump micro version. * configure.ac (AC_INIT): Likewise. * include/gc_version.h (GC_TMP_VERSION_MICRO): Likewise.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3852805d..c1fe8104 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# Boehm-Demers-Weiser Garbage Collector
-This is version 8.0.4 of a conservative garbage
+This is version 8.0.6 of a conservative garbage
collector for C and C++.