[Pcre-svn] [1674] code/trunk: Final tidies for 8.40.

Top Page
Delete this message
Author: Subversion repository
Date:  
To: pcre-svn
Subject: [Pcre-svn] [1674] code/trunk: Final tidies for 8.40.
Revision: 1674
          http://vcs.pcre.org/viewvc?view=rev&revision=1674
Author:   ph10
Date:     2017-01-11 16:04:40 +0000 (Wed, 11 Jan 2017)
Log Message:
-----------
Final tidies for 8.40.


Modified Paths:
--------------
    code/trunk/AUTHORS
    code/trunk/ChangeLog
    code/trunk/LICENCE
    code/trunk/NEWS
    code/trunk/configure.ac


Modified: code/trunk/AUTHORS
===================================================================
--- code/trunk/AUTHORS    2016-12-12 11:16:09 UTC (rev 1673)
+++ code/trunk/AUTHORS    2017-01-11 16:04:40 UTC (rev 1674)
@@ -8,7 +8,7 @@
 University of Cambridge Computing Service,
 Cambridge, England.


-Copyright (c) 1997-2016 University of Cambridge
+Copyright (c) 1997-2017 University of Cambridge
All rights reserved


@@ -19,7 +19,7 @@
 Email local part: hzmester
 Emain domain:     freemail.hu


-Copyright(c) 2010-2016 Zoltan Herczeg
+Copyright(c) 2010-2017 Zoltan Herczeg
All rights reserved.


@@ -30,7 +30,7 @@
 Email local part: hzmester
 Emain domain:     freemail.hu


-Copyright(c) 2009-2016 Zoltan Herczeg
+Copyright(c) 2009-2017 Zoltan Herczeg
All rights reserved.



Modified: code/trunk/ChangeLog
===================================================================
--- code/trunk/ChangeLog    2016-12-12 11:16:09 UTC (rev 1673)
+++ code/trunk/ChangeLog    2017-01-11 16:04:40 UTC (rev 1674)
@@ -4,8 +4,8 @@
 Note that the PCRE 8.xx series (PCRE1) is now in a bugfix-only state. All
 development is happening in the PCRE2 10.xx series.


-Version 8.40 12-December-2016
------------------------------
+Version 8.40 11-January-2017
+----------------------------

 1.  Using -o with -M in pcregrep could cause unnecessary repeated output when
     the match extended over a line boundary.


Modified: code/trunk/LICENCE
===================================================================
--- code/trunk/LICENCE    2016-12-12 11:16:09 UTC (rev 1673)
+++ code/trunk/LICENCE    2017-01-11 16:04:40 UTC (rev 1674)
@@ -25,7 +25,7 @@
 University of Cambridge Computing Service,
 Cambridge, England.


-Copyright (c) 1997-2016 University of Cambridge
+Copyright (c) 1997-2017 University of Cambridge
All rights reserved.


@@ -36,7 +36,7 @@
 Email local part: hzmester
 Emain domain:     freemail.hu


-Copyright(c) 2010-2016 Zoltan Herczeg
+Copyright(c) 2010-2017 Zoltan Herczeg
All rights reserved.


@@ -47,7 +47,7 @@
 Email local part: hzmester
 Emain domain:     freemail.hu


-Copyright(c) 2009-2016 Zoltan Herczeg
+Copyright(c) 2009-2017 Zoltan Herczeg
All rights reserved.



Modified: code/trunk/NEWS
===================================================================
--- code/trunk/NEWS    2016-12-12 11:16:09 UTC (rev 1673)
+++ code/trunk/NEWS    2017-01-11 16:04:40 UTC (rev 1674)
@@ -1,8 +1,8 @@
 News about PCRE releases
 ------------------------


-Release 8.40 12-December-2016
------------------------------
+Release 8.40 11-January-2017
+----------------------------

This is a bug-fix release.


Modified: code/trunk/configure.ac
===================================================================
--- code/trunk/configure.ac    2016-12-12 11:16:09 UTC (rev 1673)
+++ code/trunk/configure.ac    2017-01-11 16:04:40 UTC (rev 1674)
@@ -10,8 +10,8 @@


m4_define(pcre_major, [8])
m4_define(pcre_minor, [40])
-m4_define(pcre_prerelease, [-RC1])
-m4_define(pcre_date, [2016-12-12])
+m4_define(pcre_prerelease, [])
+m4_define(pcre_date, [2017-01-11])

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