summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2012-06-18 18:22:51 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2012-06-18 18:22:51 +0000
commit2d0b06301bb98c54b9859f54b2e4bee130f268fc (patch)
treeba9aff7a81fbd38da3f9ddbac0194ee4fdec937c /configure.ac
parentd99b3a10e96e5b00778d10587d5f81ef8c7158a6 (diff)
downloadpcre-2d0b06301bb98c54b9859f54b2e4bee130f268fc.tar.gz
Rework and rename some of the docs about building methods.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@981 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 91bdf20..5b6ceb7 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, [31])
-m4_define(pcre_prerelease, [-RC1])
-m4_define(pcre_date, [2012-06-01])
+m4_define(pcre_prerelease, [-RC2])
+m4_define(pcre_date, [2012-06-18])
# 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.