summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2012-01-20 12:22:48 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2012-01-20 12:22:48 +0000
commit7497588e56340c0476b45240bba9c6aa1f25046e (patch)
treec857fbd8b1a671a1036923aa7628769b061b45cc /configure.ac
parentb7fc81681f9f1c09da3b23110baf4a5324fb1bad (diff)
downloadpcre-7497588e56340c0476b45240bba9c6aa1f25046e.tar.gz
Update version number and date.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@896 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 d9c4860..ce78147 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, [30])
-m4_define(pcre_prerelease, [-PT1])
-m4_define(pcre_date, [2012-01-01])
+m4_define(pcre_prerelease, [-RC1])
+m4_define(pcre_date, [2012-01-20])
# 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.