summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2015-11-23 12:39:23 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2015-11-23 12:39:23 +0000
commitbb522f07121a0c5796fc73fb5824f8ba1b6aa5c8 (patch)
treea940b9b94a2df006cf1f5a188e0a153fb386c8ce /configure.ac
parentcc97428733afa4374b180ae8261852f60cb61de2 (diff)
downloadpcre-bb522f07121a0c5796fc73fb5824f8ba1b6aa5c8.tar.gz
Final file updates/tidies for 8.38.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1609 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 0dd44bc..9ebe598 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, [38])
-m4_define(pcre_prerelease, [-RC1])
-m4_define(pcre_date, [2015-10-27])
+m4_define(pcre_prerelease, [])
+m4_define(pcre_date, [2015-11-23])
# 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.