diff --git a/README.md b/README.md
index 207d7e410..66bb26f73 100644
--- a/README.md
+++ b/README.md
@@ -26,7 +26,7 @@ representative C source code file into 244 tokens takes only 8 microseconds:
reflex -m=boost | Boost.Regex POSIX 1.66.0 | 450 |
RE2::Consume() | RE2 POSIX (pre-compiled) 2018-04-01 | 1226 |
flex -+ | Flex 2.5.35 | 3968 |
-pcre2_dfa_match() | PCRE2 (dfa) 10.32 | 4094 |
+pcre2_dfa_match() | PCRE2 POSIX (dfa) 10.32 | 4094 |
regcomp(), regexec() | GNU C POSIX.2 regex | 5800 |
std::cregex_iterator() | C++11 std::regex | 5979 |
@@ -400,7 +400,7 @@ License and copyright
---------------------
RE/flex by Robert van Engelen, Genivia Inc.
-Copyright (c) 2015-2019, All rights reserved.
+Copyright (c) 2016-2020, All rights reserved.
RE/flex is distributed under the BSD-3 license LICENSE.txt.
Use, modification, and distribution are subject to the BSD-3 license.
@@ -498,6 +498,7 @@ Changelog
- Jan 19, 2020: 1.5.7 expanded file encoding formats to include ISO-8859-2 to 16, MacRoman, KOI8; fixed a bug in `line()` and `span()`.
- Feb 3, 2020: 1.5.8 added `wunput()` method; added `lex.vim` improved Flex and RE/flex Vim syntax highlighting; added `yaml.l` example; fixed `--freespace` with `--unicode` when bracket lists contain a `#`; character class operators `{+}`, `{-}`, `{&}` now accept defined names as first operands and inverted character classes; indent anchor `\k` now matches only when indent level is changed as documented.
- Mar 2, 2020: 1.6.0 added PCRE2 regex matcher classes and updated reflex option `--matcher=pcre2-perl`; optimized RE/flex matcher `find()` with AVX/SSE2/NEON/AArch64; updated and improved regex converters.
+- Mar 3, 2020: 1.6.1 fixed missing PCRE2 regex type `std::string` in generated scanners.
[logo-url]: https://www.genivia.com/images/reflex-logo.png
[reflex-url]: https://www.genivia.com/reflex.html
diff --git a/bin/win32/reflex.exe b/bin/win32/reflex.exe
index d844a8fb9..d687596d3 100755
Binary files a/bin/win32/reflex.exe and b/bin/win32/reflex.exe differ
diff --git a/bin/win64/reflex.exe b/bin/win64/reflex.exe
index dc8b66fc1..658260ed6 100755
Binary files a/bin/win64/reflex.exe and b/bin/win64/reflex.exe differ
diff --git a/doc/html/abslexer_8h.html b/doc/html/abslexer_8h.html
index dca28a828..12b79a527 100644
--- a/doc/html/abslexer_8h.html
+++ b/doc/html/abslexer_8h.html
@@ -21,7 +21,7 @@
abslexer.h File Reference
- updated Mon Mar 2 2020 by Robert van Engelen
+ updated Tue Mar 3 2020 by Robert van Engelen
|
|
@@ -109,7 +109,7 @@
+Converted on Tue Mar 3 2020 09:38:19 by Doxygen 1.8.11