summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2017-02-23 17:05:43 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2017-02-23 17:05:43 +0000
commit86c1fb487cd84b1971d4446e58ddb1602c95fdc3 (patch)
treecd218a44b2ccd946220848c8ecd26094ebedc028 /configure.ac
parent6519bbdda6f2cb5b7e0f148c9fecb50391b8a805 (diff)
downloadpcre2-86c1fb487cd84b1971d4446e58ddb1602c95fdc3.tar.gz
Check malloc returns in pcre2test.
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@669 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 90f6d03..6e0b3ea 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, [23])
-m4_define(pcre2_prerelease, [])
-m4_define(pcre2_date, [2017-02-14])
+m4_define(pcre2_minor, [24])
+m4_define(pcre2_prerelease, [-RC1])
+m4_define(pcre2_date, [2017-02-15])
# 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.