summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2015-04-28 11:36:24 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2015-04-28 11:36:24 +0000
commitb7042013ea4bd7596bcf110b30450e4aa861adca (patch)
treebe56004ef38db0c6d2cdea34d93e8c659975dc6a /configure.ac
parent2765d0933715e6b2c78a4e74fa8d5cad27273f29 (diff)
downloadpcre-b7042013ea4bd7596bcf110b30450e4aa861adca.tar.gz
Final tidies for 8.37
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1553 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 7bbbac7..38d1dba 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, [37])
-m4_define(pcre_prerelease, [-RC1])
-m4_define(pcre_date, [2015-04-14])
+m4_define(pcre_prerelease, [])
+m4_define(pcre_date, [2015-04-28])
# 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.