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 2021/08/26 14:53:47 UTC

[tomcat-native] tag 1.2.31 created (now 7e16cd8)

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

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


      at 7e16cd8  (commit)
This tag includes the following new commits:

     new 7e16cd8  Tag 1.2.31

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


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


[tomcat-native] 01/01: Tag 1.2.31

Posted by ma...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 7e16cd817767bfc1be9fd854728d97641928702f
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Thu Aug 26 15:53:30 2021 +0100

    Tag 1.2.31
---
 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 b59dfa1..ad387ae 100644
--- a/build.properties.default
+++ b/build.properties.default
@@ -20,7 +20,7 @@ version.major=1
 version.minor=2
 version.build=31
 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 742ef0d..1fe3009 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