summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2015-03-11 17:44:16 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2015-03-11 17:44:16 +0000
commit6176ebf156233fe433cb0dd0a1606f4a1379c371 (patch)
tree3d7b358816429e919ceb5736a53a3907daf5f0ac /configure.ac
parentf10f167543e67b5ae0fe71dee34639b05c4c8ceb (diff)
downloadpcre2-6176ebf156233fe433cb0dd0a1606f4a1379c371.tar.gz
Code for callouts with string arguments. Documentation not yet updated.
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@220 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 8bb1ed2..00ddc40 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, [10])
-m4_define(pcre2_prerelease, [])
-m4_define(pcre2_date, [2015-03-06])
+m4_define(pcre2_minor, [20])
+m4_define(pcre2_prerelease, [-RC1])
+m4_define(pcre2_date, [2015-03-11])
# 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.