summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2013-12-15 17:01:46 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2013-12-15 17:01:46 +0000
commit27e5192041ef241b4d3f559d067b81e431698a63 (patch)
tree4a200701fed4bb54c6c7ebd0893b3757ad12b423 /configure.ac
parentf858acaa28833742f9b2ada7642d8776b98f0689 (diff)
downloadpcre-27e5192041ef241b4d3f559d067b81e431698a63.tar.gz
Final file tidies for 8.34.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1412 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index b4aa658..5ce6c62 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, [34])
-m4_define(pcre_prerelease, [-RC1])
-m4_define(pcre_date, [2013-11-19])
+m4_define(pcre_prerelease, [])
+m4_define(pcre_date, [2013-12-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.