update pcre to 8.45

This commit is contained in:
alexey.lysiuk 2021-07-03 15:48:18 +03:00
parent 2c7c7937f3
commit d992328918
3 changed files with 3 additions and 3 deletions

View file

@ -42,9 +42,9 @@ POSSIBILITY OF SUCH DAMAGE.
/* The current PCRE version information. */
#define PCRE_MAJOR 8
#define PCRE_MINOR 44
#define PCRE_MINOR 45
#define PCRE_PRERELEASE
#define PCRE_DATE 2020-02-12
#define PCRE_DATE 2021-06-15
/* When an application links to a PCRE DLL in Windows, the symbols that are
imported have to be identified as such. When building PCRE, the appropriate

Binary file not shown.

View file

@ -7,7 +7,7 @@ includedir=${prefix}/include
Name: libpcre
Description: PCRE - Perl compatible regular expressions C library with 8 bit character support
Version: 8.44
Version: 8.45
Libs: -L${libdir} -lpcre
Libs.private:
Cflags: -I${includedir} -DPCRE_STATIC