From bba7cd02f727e88c9169a8f70dd179b074be8e89 Mon Sep 17 00:00:00 2001 From: ph10 Date: Fri, 4 Apr 2014 13:41:58 +0000 Subject: Final tidies for 8.35 release. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1470 2f5784b3-3f2a-0410-8824-cb99058d5e15 --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 87e7274..aab2f56 100644 --- a/configure.ac +++ b/configure.ac @@ -10,8 +10,8 @@ dnl be defined as -RC2, for example. For real releases, it should be empty. m4_define(pcre_major, [8]) m4_define(pcre_minor, [35]) -m4_define(pcre_prerelease, [-RC1]) -m4_define(pcre_date, [2014-03-14]) +m4_define(pcre_prerelease, []) +m4_define(pcre_date, [2014-04-04]) # 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