summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2017-02-14 10:40:33 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2017-02-14 10:40:33 +0000
commit2f390d70fafa6edb2a685d532ec64639315a3741 (patch)
tree47c45b2d4132e6ed7e8db7ef3ab57d88cc16fcab /configure.ac
parent27f254dc8d7a8a7672ebc7603aa2ee8f1fc0752d (diff)
downloadpcre2-2f390d70fafa6edb2a685d532ec64639315a3741.tar.gz
Final file updates for 10.23.
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@666 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 33c1fa7..90f6d03 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(pcre2_major, [10])
m4_define(pcre2_minor, [23])
-m4_define(pcre2_prerelease, [-RC1])
-m4_define(pcre2_date, [2017-01-16])
+m4_define(pcre2_prerelease, [])
+m4_define(pcre2_date, [2017-02-14])
# 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.