From d7aa4bd4dedd1b2ddc26101aef0495fc8f8739af Mon Sep 17 00:00:00 2001 From: Valentin Antonescu Date: Wed, 6 Feb 2013 12:33:46 -0500 Subject: [PATCH] Updated the AUTHORS with tinythread API author. --- AUTHORS | 4 ++++ VERSION | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/AUTHORS b/AUTHORS index e952ec06..d22b8b24 100644 --- a/AUTHORS +++ b/AUTHORS @@ -19,6 +19,10 @@ The file ls.h includes an implementation of the Larsson-Sadakane suffix sorting algorithm. The implementation is by N. Jesper Larsson and was adapted somewhat for use in Bowtie 2. +TinyThreads is a portable thread implementation with a fairly compatible subset +of C++11 thread management classes written by Marcus Geelnard. For more info +check http://tinythreadpp.bitsnbites.eu/ + Various users have kindly supplied patches, bug reports and feature requests over the years. Many, many thanks go to them. diff --git a/VERSION b/VERSION index 157e54f3..f1547e6d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.0.6 +2.0.7