[Pcre-svn] [896] code/trunk/configure.ac: Update version num…

Top Page
Delete this message
Author: Subversion repository
Date:  
To: pcre-svn
Subject: [Pcre-svn] [896] code/trunk/configure.ac: Update version number and date.
Revision: 896
          http://vcs.pcre.org/viewvc?view=rev&revision=896
Author:   ph10
Date:     2012-01-20 12:22:48 +0000 (Fri, 20 Jan 2012)


Log Message:
-----------
Update version number and date.

Modified Paths:
--------------
    code/trunk/configure.ac


Modified: code/trunk/configure.ac
===================================================================
--- code/trunk/configure.ac    2012-01-20 12:12:03 UTC (rev 895)
+++ code/trunk/configure.ac    2012-01-20 12:22:48 UTC (rev 896)
@@ -10,8 +10,8 @@


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.