summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2019-02-23 16:45:23 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2019-02-23 16:45:23 +0000
commit9940989e8681320ff90aa8339f7771f14a445c4f (patch)
tree1549cb00adee603bbeef13dc3f697aa0f8a6307a
parent242ad5def5f7e21d8077821230dd8a59cb8385da (diff)
downloadpcre-9940989e8681320ff90aa8339f7771f14a445c4f.tar.gz
Final file tidies (dates) for 8.43 release.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1748 2f5784b3-3f2a-0410-8824-cb99058d5e15
-rw-r--r--ChangeLog4
-rw-r--r--NEWS8
-rw-r--r--configure.ac4
3 files changed, 8 insertions, 8 deletions
diff --git a/ChangeLog b/ChangeLog
index a9026c4..e4d2d9f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,8 +5,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.43 25-January-2019
-----------------------------
+Version 8.43 23-February-2019
+-----------------------------
1. Some time ago the config macro SUPPORT_UTF8 was changed to SUPPORT_UTF
because it also applies to UTF-16 and UTF-32. However, this change was not made
diff --git a/NEWS b/NEWS
index 6d9a5b8..0f18408 100644
--- a/NEWS
+++ b/NEWS
@@ -5,14 +5,14 @@ Note that this library (now called PCRE1) is now being maintained for bug fixes
only. New projects are advised to use the new PCRE2 libraries.
-Release 8.42 20-March-2018
---------------------------
+Release 8.43 23-February-2019
+-----------------------------
This is a bug-fix release.
-Release 8.43 25-January-2019
-----------------------------
+Release 8.42 20-March-2018
+--------------------------
This is a bug-fix release.
diff --git a/configure.ac b/configure.ac
index 7211b25..d2e5236 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, [43])
-m4_define(pcre_prerelease, [-RC1])
-m4_define(pcre_date, [2019-01-23])
+m4_define(pcre_prerelease, [])
+m4_define(pcre_date, [2019-02-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.