diff options
author | Edward Thomson <ethomson@edwardthomson.com> | 2020-10-04 21:07:53 +0100 |
---|---|---|
committer | Edward Thomson <ethomson@edwardthomson.com> | 2020-10-04 21:07:53 +0100 |
commit | 722c01b6c1e294379230f7e4d9161c19a74f7a2d (patch) | |
tree | 17b4693714821c2f961ae08cf46b97593dc48875 /deps/pcre/pcre.h | |
parent | dccfaa4129112e08ed94817bf6bdfad09fb0f237 (diff) | |
download | libgit2-ethomson/pcre.tar.gz |
pcre: upgrade to 8.44ethomson/pcre
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 |