summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2017-01-11 16:04:40 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2017-01-11 16:04:40 +0000
commit17bd6121d4cc816733befc2a01880a5c1e936e19 (patch)
tree6b8c086f6c49a8e89419de425de0b0daf234ef38
parente0eb645a51fb507bb0755638a1853b7cdd882e56 (diff)
downloadpcre-17bd6121d4cc816733befc2a01880a5c1e936e19.tar.gz
Final tidies for 8.40.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1674 2f5784b3-3f2a-0410-8824-cb99058d5e15
-rw-r--r--AUTHORS6
-rw-r--r--ChangeLog4
-rw-r--r--LICENCE6
-rw-r--r--NEWS4
-rw-r--r--configure.ac4
5 files changed, 12 insertions, 12 deletions
diff --git a/AUTHORS b/AUTHORS
index 342417a..291657c 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -8,7 +8,7 @@ Email domain: cam.ac.uk
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 @@ Written by: Zoltan Herczeg
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 @@ Written by: Zoltan Herczeg
Email local part: hzmester
Emain domain: freemail.hu
-Copyright(c) 2009-2016 Zoltan Herczeg
+Copyright(c) 2009-2017 Zoltan Herczeg
All rights reserved.
diff --git a/ChangeLog b/ChangeLog
index 7611997..01511b1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,8 +4,8 @@ ChangeLog for PCRE
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.
diff --git a/LICENCE b/LICENCE
index dd977af..dd9071a 100644
--- a/LICENCE
+++ b/LICENCE
@@ -25,7 +25,7 @@ Email domain: cam.ac.uk
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 @@ Written by: Zoltan Herczeg
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 @@ Written by: Zoltan Herczeg
Email local part: hzmester
Emain domain: freemail.hu
-Copyright(c) 2009-2016 Zoltan Herczeg
+Copyright(c) 2009-2017 Zoltan Herczeg
All rights reserved.
diff --git a/NEWS b/NEWS
index c71ecc3..b92c4f9 100644
--- a/NEWS
+++ b/NEWS
@@ -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.
diff --git a/configure.ac b/configure.ac
index 3f97acc..24ef727 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, [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.