summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2012-06-01 18:03:18 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2012-06-01 18:03:18 +0000
commite574068fe71bbf26f7395c1bd3d07b574b292942 (patch)
tree9d12f6f8e0e515d9ae8b6fd2fd6ff906badde77b /configure.ac
parentd8f5978967db14365306fccb4b2d124545a46e9b (diff)
downloadpcre-e574068fe71bbf26f7395c1bd3d07b574b292942.tar.gz
Documentation and other tidying for release.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@972 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index fd89d5b..42e3f32 100644
--- a/configure.ac
+++ b/configure.ac
@@ -11,7 +11,7 @@ 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-02-012])
+m4_define(pcre_date, [2012-06-01])
# 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.