diff options
Diffstat (limited to 'deps/pcre/pcre.h')
-rw-r--r-- | deps/pcre/pcre.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deps/pcre/pcre.h b/deps/pcre/pcre.h index c6ca5cae5..5b147b9f8 100644 --- a/deps/pcre/pcre.h +++ b/deps/pcre/pcre.h @@ -42,9 +42,9 @@ POSSIBILITY OF SUCH DAMAGE. /* The current PCRE version information. */ #define PCRE_MAJOR 8 -#define PCRE_MINOR 43 +#define PCRE_MINOR 44 #define PCRE_PRERELEASE -#define PCRE_DATE 2019-02-23 +#define PCRE_DATE 2020-02-12 #define PCRE_EXP_DECL extern |