summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2016-06-14 10:26:11 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2016-06-14 10:26:11 +0000
commit1005d5bd381e441e9afb9ada4cb1006cd666073b (patch)
tree22f00a6221f94cc96f83cce9d7569d67aa7f8dab /configure.ac
parent513dc98cd8edee32fb91150b1d76855673257e9f (diff)
downloadpcre-1005d5bd381e441e9afb9ada4cb1006cd666073b.tar.gz
Final code tidies for 8.39
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1656 2f5784b3-3f2a-0410-8824-cb99058d5e15
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 0e877cd..3cefaf1 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, [39])
-m4_define(pcre_prerelease, [-RC1])
-m4_define(pcre_date, [2016-05-21])
+m4_define(pcre_prerelease, [])
+m4_define(pcre_date, [2016-06-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.