This is an automated email from the ASF dual-hosted git repository.

markt-asf pushed a commit to tag 2.0.15
in repository https://gitbox.apache.org/repos/asf/tomcat-native.git

commit 1ac2db19bf68287b527d166128ab0d62d0d4097a
Author: Mark Thomas <[email protected]>
AuthorDate: Thu Jun 11 17:01:57 2026 +0100

    Tag 2.0.15
---
 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 0cd81c528..8bd8199d4 100644
--- a/build.properties.default
+++ b/build.properties.default
@@ -20,7 +20,7 @@ version.major=2
 version.minor=0
 version.build=15
 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 9c841c52a..d6c7fafbc 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 78fd8f09a..cf88f26b8 100644
--- a/xdocs/miscellaneous/changelog.xml
+++ b/xdocs/miscellaneous/changelog.xml
@@ -31,7 +31,7 @@
   branch started from the 1.2.33 tag.
   </p>
 </section>
-<section name="2.0.15" rtext="developement in progress">
+<section name="2.0.15" rtext="">
   <changelog>
     <fix>
       Fix a memory leak when parsing certificates. Pull request <pr>44</pr>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to