diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2022-05-17 16:38:55 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2022-05-17 21:37:20 +0200 |
commit | fd6eb2c2d273450d2d67142554ee64bf63730956 (patch) | |
tree | b922e1876b2e38b987aed9a2a9319ce42002176b /thirdparty/pcre2/src/pcre2_string_utils.c | |
parent | d5c1de784ccd622ce9d62613eaf604a8b163d592 (diff) | |
download | redot-engine-fd6eb2c2d273450d2d67142554ee64bf63730956.tar.gz |
pcre2: Update to upstream version 10.40
Changelog: https://github.com/PCRE2Project/pcre2/blob/pcre2-10.40/ChangeLog
Diffstat (limited to 'thirdparty/pcre2/src/pcre2_string_utils.c')
-rw-r--r-- | thirdparty/pcre2/src/pcre2_string_utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/thirdparty/pcre2/src/pcre2_string_utils.c b/thirdparty/pcre2/src/pcre2_string_utils.c index d6be01acf5..ebfa9434e3 100644 --- a/thirdparty/pcre2/src/pcre2_string_utils.c +++ b/thirdparty/pcre2/src/pcre2_string_utils.c @@ -7,7 +7,7 @@ and semantics are as close as possible to those of the Perl 5 language. Written by Philip Hazel Original API code Copyright (c) 1997-2012 University of Cambridge - New API code Copyright (c) 2018 University of Cambridge + New API code Copyright (c) 2018-2021 University of Cambridge ----------------------------------------------------------------------------- Redistribution and use in source and binary forms, with or without |