diff options
author | Ivan Maidanski <ivmai@mail.ru> | 2012-05-20 09:43:25 +0200 |
---|---|---|
committer | Ivan Maidanski <ivmai@mail.ru> | 2012-05-20 09:43:25 +0200 |
commit | 866424d9abcc042d698d5ba32efdfe98b279a083 (patch) | |
tree | 5662ee842ff333d384804bff1479193f86244835 | |
parent | 3e70ba5fa15b3bbd8d98d88e9a63198df4acd208 (diff) |
Change version in README to 7.2-rev-b; update ChangeLog
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | doc/README | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -1,3 +1,9 @@ +[7.2-rev-b] + +2012-05-20 Ivan Maidanski <ivmai@mail.ru> + + * doc/README: Change version to 7.2 (rev. B). + 2012-05-16 Ivan Maidanski <ivmai@mail.ru> * malloc.c (GC_malloc_uncollectable): Do not check assertion on @@ -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.2 of a conservative garbage collector for C and C++. +This is version 7.2 (rev. B) of a conservative garbage collector for C and C++. You might find a more recent version of this at |