This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to tag 1.3.6 in repository https://gitbox.apache.org/repos/asf/tomcat-native.git
commit 4e4be9fee3049d7f9e2c91d135fd4fa2b3aa53c8 Author: Mark Thomas <[email protected]> AuthorDate: Fri Feb 6 20:24:17 2026 +0000 Tag 1.3.6 --- build.properties.default | 2 +- native/include/tcn_version.h | 2 +- xdocs/miscellaneous/changelog.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.properties.default b/build.properties.default index 856bf78be..79d372035 100644 --- a/build.properties.default +++ b/build.properties.default @@ -20,7 +20,7 @@ version.major=1 version.minor=3 version.build=6 version.patch=0 -version.suffix=-dev +version.suffix= # ----- Default Base Path for Dependent Packages ----- # Please note this path must be absolute, not relative, diff --git a/native/include/tcn_version.h b/native/include/tcn_version.h index 47abd151e..4ef4ee5ea 100644 --- a/native/include/tcn_version.h +++ b/native/include/tcn_version.h @@ -69,7 +69,7 @@ extern "C" { * This symbol is defined for internal, "development" copies of TCN. This * symbol will be #undef'd for releases. */ -#define TCN_IS_DEV_VERSION 1 +#define TCN_IS_DEV_VERSION 0 /** The formatted string of APU's version */ diff --git a/xdocs/miscellaneous/changelog.xml b/xdocs/miscellaneous/changelog.xml index 3198d6ce4..e12a81a42 100644 --- a/xdocs/miscellaneous/changelog.xml +++ b/xdocs/miscellaneous/changelog.xml @@ -31,7 +31,7 @@ started from the 1.2.39 tag. </p> </section> -<section name="1.3.6" rtext="in develoment"> +<section name="1.3.6" rtext=""> <changelog> <scode> Refactor the SSL_CONF_CTX clean-up to align it with SSL and SSL_CTX --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
