summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2014-03-14 15:58:19 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2014-03-14 15:58:19 +0000
commit978f3b8dbb82c432e48d55a3304547b0a24b3511 (patch)
tree45912e223e03c9d5f9f3f166f40ba29f224b3293 /configure.ac
parent09f6cfcf0d0c29d3a7f8d4fe3a05169a8531c161 (diff)
downloadpcre-978f3b8dbb82c432e48d55a3304547b0a24b3511.tar.gz
Final updates for 8.35-RC1.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1465 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index d8fd6d5..87e7274 100644
--- a/configure.ac
+++ b/configure.ac
@@ -11,7 +11,7 @@ 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-04])
+m4_define(pcre_date, [2014-03-14])
# 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.