From 68282df90da8c8eb011f27cb2d6cd74b1058e9bf Mon Sep 17 00:00:00 2001 From: ph10 Date: Tue, 3 Feb 2015 14:34:44 +0000 Subject: Crash in pcretest after bad input. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1514 2f5784b3-3f2a-0410-8824-cb99058d5e15 --- configure.ac | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index e7dffbe..ec8496e 100644 --- a/configure.ac +++ b/configure.ac @@ -9,9 +9,9 @@ dnl The PCRE_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(pcre_major, [8]) -m4_define(pcre_minor, [36]) -m4_define(pcre_prerelease, []) -m4_define(pcre_date, [2014-09-26]) +m4_define(pcre_minor, [37]) +m4_define(pcre_prerelease, [-RC1]) +m4_define(pcre_date, [2015-02-03]) # 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. -- cgit v1.2.1