From: Ivan Maidanski Date: Thu, 18 Aug 2016 09:03:15 +0000 (+0300) Subject: Refine README about library downloading X-Git-Tag: v7.4.6~81 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0b7f713ca54e19bed7bee492245916c592e95b7f;p=libatomic_ops Refine README about library downloading * README.md (Download): New section; add link to Download page (located on GitHub); add information about the code repository. --- diff --git a/README.md b/README.md index 35625df..340aeb0 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,15 @@ IN NEW CODE, PLEASE USE C11 OR C++14 STANDARD ATOMICS INSTEAD OF THIS PACKAGE. This is version 7.4.4 of libatomic_ops. -You might find a more recent version -[here](http://www.hboehm.info/gc/), or -[here](https://github.com/ivmai/libatomic_ops). + +## Download + +You might find a more recent/stable version on the +[Download](https://github.com/ivmai/libatomic_ops/wiki/Download) page, or +[BDWGC site](http://www.hboehm.info/gc/). + +Also, the latest bug fixes and new features are available in the +[development repository](https://github.com/ivmai/libatomic_ops). ## Overview