summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2016-01-12 14:44:34 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2016-01-12 14:44:34 +0000
commit470cccc73c0390fbb4e403693a4e8e9ea580e2d7 (patch)
tree20bf958b86aa017e79e431776dd31ae5914adbfa /configure.ac
parentea4c626a01c5ec7ac1e606155f6a8fd9fa477623 (diff)
downloadpcre2-470cccc73c0390fbb4e403693a4e8e9ea580e2d7.tar.gz
Final file updates for 10.21 release.
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@475 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 8717c01..99ad8a9 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, [21])
-m4_define(pcre2_prerelease, [-RC1])
-m4_define(pcre2_date, [2015-12-15])
+m4_define(pcre2_prerelease, [])
+m4_define(pcre2_date, [2016-01-12])
# 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.