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