summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2015-11-26 20:29:13 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2015-11-26 20:29:13 +0000
commit3c80e02cd464ea049e117b423fd48fab294c51a9 (patch)
tree9f195302c4fe1c215dadb275b9d0541a7061602c /configure.ac
parentbb522f07121a0c5796fc73fb5824f8ba1b6aa5c8 (diff)
downloadpcre-3c80e02cd464ea049e117b423fd48fab294c51a9.tar.gz
Fix auto-callout (?# comment bug.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1611 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 9ebe598..7ca81fd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9,8 +9,8 @@ dnl The PCRE_PRERELEASE feature is for identifying release candidates. It might
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, [])
+m4_define(pcre_minor, [39])
+m4_define(pcre_prerelease, [-RC1])
m4_define(pcre_date, [2015-11-23])
# NOTE: The CMakeLists.txt file searches for the above variables in the first