summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2020-05-09 15:47:41 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2020-05-09 15:47:41 +0000
commit858e5ac388c3d623f2ab0c62a881b98a0ecd40a7 (patch)
treeeafc2e4dcbe1b52a48780f49f311d819b9d35b41 /src
parentfee74f6d6852849aec99108caa3440da45880621 (diff)
downloadpcre2-858e5ac388c3d623f2ab0c62a881b98a0ecd40a7.tar.gz
Final file tidies for 10.35.
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1254 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'src')
-rw-r--r--src/config.h.generic6
-rw-r--r--src/pcre2.h.generic4
2 files changed, 5 insertions, 5 deletions
diff --git a/src/config.h.generic b/src/config.h.generic
index e460f44..2c3b7f7 100644
--- a/src/config.h.generic
+++ b/src/config.h.generic
@@ -224,7 +224,7 @@ sure both macros are undefined; an emulation function will then be used. */
#define PACKAGE_NAME "PCRE2"
/* Define to the full name and version of this package. */
-#define PACKAGE_STRING "PCRE2 10.35-RC2"
+#define PACKAGE_STRING "PCRE2 10.35"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "pcre2"
@@ -233,7 +233,7 @@ sure both macros are undefined; an emulation function will then be used. */
#define PACKAGE_URL ""
/* Define to the version of this package. */
-#define PACKAGE_VERSION "10.35-RC2"
+#define PACKAGE_VERSION "10.35"
/* The value of PARENS_NEST_LIMIT specifies the maximum depth of nested
parentheses (of any kind) in a pattern. This limits the amount of system
@@ -358,7 +358,7 @@ sure both macros are undefined; an emulation function will then be used. */
#endif
/* Version number of package */
-#define VERSION "10.35-RC2"
+#define VERSION "10.35"
/* Define to 1 if on MINIX. */
/* #undef _MINIX */
diff --git a/src/pcre2.h.generic b/src/pcre2.h.generic
index 1ca1661..4a42a79 100644
--- a/src/pcre2.h.generic
+++ b/src/pcre2.h.generic
@@ -43,8 +43,8 @@ POSSIBILITY OF SUCH DAMAGE.
#define PCRE2_MAJOR 10
#define PCRE2_MINOR 35
-#define PCRE2_PRERELEASE -RC1
-#define PCRE2_DATE 2020-04-15
+#define PCRE2_PRERELEASE
+#define PCRE2_DATE 2020-05-09
/* When an application links to a PCRE DLL in Windows, the symbols that are
imported have to be identified as such. When building PCRE2, the appropriate