[Pcre-svn] [1000] code/trunk/configure.ac: 1000th commit! Up…

Startseite
Nachricht löschen
Autor: Subversion repository
Datum:  
To: pcre-svn
Betreff: [Pcre-svn] [1000] code/trunk/configure.ac: 1000th commit! Update version to 8.32-RC1.
Revision: 1000
          http://vcs.pcre.org/viewvc?view=rev&revision=1000
Author:   ph10
Date:     2012-08-08 10:38:49 +0100 (Wed, 08 Aug 2012)


Log Message:
-----------
1000th commit! Update version to 8.32-RC1.

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


Modified: code/trunk/configure.ac
===================================================================
--- code/trunk/configure.ac    2012-08-06 07:36:49 UTC (rev 999)
+++ code/trunk/configure.ac    2012-08-08 09:38:49 UTC (rev 1000)
@@ -9,9 +9,9 @@
 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, [])
-m4_define(pcre_date, [2012-07-06])
+m4_define(pcre_minor, [32])
+m4_define(pcre_prerelease, [-RC1])
+m4_define(pcre_date, [2012-08-08])

# 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.