Update version number to 10.39-RC1.

This commit is contained in:
Philip Hazel 2021-10-06 12:00:04 +01:00
parent e7af7efaa1
commit 8d9e91228c
1 changed files with 3 additions and 3 deletions

View File

@ -9,9 +9,9 @@ dnl The PCRE2_PRERELEASE feature is for identifying release candidates. It might
dnl be defined as -RC2, for example. For real releases, it should be empty.
m4_define(pcre2_major, [10])
m4_define(pcre2_minor, [38])
m4_define(pcre2_prerelease, [])
m4_define(pcre2_date, [2021-10-01])
m4_define(pcre2_minor, [39])
m4_define(pcre2_prerelease, [-RC1])
m4_define(pcre2_date, [2021-10-06])
# Libtool shared library interface versions (current:revision:age)
m4_define(libpcre2_8_version, [10:3:10])