You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2022/11/02 16:13:07 UTC

[tomcat-native] 01/01: Tag 2.0.2

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

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

commit 9fea6f69aca11c2a129c557934f9abb40ac4e732
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Wed Nov 2 16:12:43 2022 +0000

    Tag 2.0.2
---
 build.properties.default     | 2 +-
 native/include/tcn_version.h | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/build.properties.default b/build.properties.default
index b647a049c..550a69d08 100644
--- a/build.properties.default
+++ b/build.properties.default
@@ -20,7 +20,7 @@ version.major=2
 version.minor=0
 version.build=2
 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 c11cf2b52..ba63f7ef5 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 */


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org