diff options
author | ph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069> | 2015-07-06 16:05:41 +0000 |
---|---|---|
committer | ph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069> | 2015-07-06 16:05:41 +0000 |
commit | 903f2f822adb137d56431dbcf1a181ebf35dfab8 (patch) | |
tree | f14dccb7efb36b29db456511081d499cd92947d5 /configure.ac | |
parent | 3b8fb669c759ad66b613fa55d8fd75f162687f02 (diff) | |
download | pcre2-903f2f822adb137d56431dbcf1a181ebf35dfab8.tar.gz |
Memchr() speed-up for unanchored pattern in 8-bit mode.
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@303 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 20f3937..9069d0e 100644 --- a/configure.ac +++ b/configure.ac @@ -9,9 +9,9 @@ dnl The PCRE2_PRERELEASE feature is for identifying release candidates. It might dnl be defined as -RC2, for example. For real releases, it should be empty. m4_define(pcre2_major, [10]) -m4_define(pcre2_minor, [20]) -m4_define(pcre2_prerelease, []) -m4_define(pcre2_date, [2015-06-30]) +m4_define(pcre2_minor, [21]) +m4_define(pcre2_prerelease, [-RC1]) +m4_define(pcre2_date, [2015-07-06]) # NOTE: The CMakeLists.txt file searches for the above variables in the first # 50 lines of this file. Please update that if the variables above are moved. |