From 0916b5f9072f7bd1b7b045ceb07758f9dc097ac2 Mon Sep 17 00:00:00 2001 From: Vincent Peyruqueou Date: Mon, 27 Mar 2023 11:46:59 +0200 Subject: Add sources of PCRE and Microsoft Visual Studio solutions to compile the lib --- pcre/win32/pcre_version.h | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 pcre/win32/pcre_version.h (limited to 'pcre/win32/pcre_version.h') diff --git a/pcre/win32/pcre_version.h b/pcre/win32/pcre_version.h new file mode 100644 index 0000000..46ee94a --- /dev/null +++ b/pcre/win32/pcre_version.h @@ -0,0 +1,4 @@ +#define PCRE_VERSION_STR "8.45" +#define PCRE_VER_MAJOR 8 +#define PCRE_VER_MINOR 45 +#define PCRE_VER_REVISION 0 -- cgit v1.1