[Pcre-svn] [1416] code/trunk/configure.ac: Bump version numb…

Top Page
Delete this message
Author: Subversion repository
Date:  
To: pcre-svn
Subject: [Pcre-svn] [1416] code/trunk/configure.ac: Bump version number.
Revision: 1416
          http://vcs.pcre.org/viewvc?view=rev&revision=1416
Author:   ph10
Date:     2013-12-23 13:42:19 +0000 (Mon, 23 Dec 2013)


Log Message:
-----------
Bump version number.

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


Modified: code/trunk/configure.ac
===================================================================
--- code/trunk/configure.ac    2013-12-22 20:47:08 UTC (rev 1415)
+++ code/trunk/configure.ac    2013-12-23 13:42:19 UTC (rev 1416)
@@ -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, [34])
-m4_define(pcre_prerelease, [])
-m4_define(pcre_date, [2013-12-15])
+m4_define(pcre_minor, [35])
+m4_define(pcre_prerelease, [-RC1])
+m4_define(pcre_date, [2013-12-23])

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