summaryrefslogtreecommitdiff
path: root/src/pcre2.h.generic
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2018-09-11 14:27:39 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2018-09-11 14:27:39 +0000
commit6dab29f548322f43a860bfe8bf1d36eb091a3de0 (patch)
tree8b4e9f079d953da038827feac519012ea76e89de /src/pcre2.h.generic
parent0358954d7a1de6a6f0bba4a6b231e9161c19c96b (diff)
downloadpcre2-6dab29f548322f43a860bfe8bf1d36eb091a3de0.tar.gz
Final file tidies for 10.32
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1001 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'src/pcre2.h.generic')
-rw-r--r--src/pcre2.h.generic6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/pcre2.h.generic b/src/pcre2.h.generic
index fc53187..3d2feb7 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 32
-#define PCRE2_PRERELEASE -RC1
-#define PCRE2_DATE 2018-08-13
+#define PCRE2_PRERELEASE
+#define PCRE2_DATE 2018-09-10
/* For the benefit of systems without stdint.h, an alternative is to use
inttypes.h. The existence of these headers is checked by configure or CMake. */
@@ -316,7 +316,7 @@ pcre2_pattern_convert(). */
#define PCRE2_ERROR_INTERNAL_BAD_CODE_IN_SKIP 190
#define PCRE2_ERROR_NO_SURROGATES_IN_UTF16 191
#define PCRE2_ERROR_BAD_LITERAL_OPTIONS 192
-#define PCRE2_ERROR_NOT_SUPPORTED_IN_EBCDIC 193
+#define PCRE2_ERROR_SUPPORTED_ONLY_IN_UNICODE 193
#define PCRE2_ERROR_INVALID_HYPHEN_IN_OPTIONS 194