I'm seeing errors building with the old tool chain. I'm going to align
1.3.x with 2.0.x and build with the new tool chain. That will need a new
tag.
Mark
On 17/12/2025 11:15, [email protected] wrote:
This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to tag 1.3.2
in repository https://gitbox.apache.org/repos/asf/tomcat-native.git
commit 2e0ae3a043ff31889f74c706909444334d692138
Author: Mark Thomas <[email protected]>
AuthorDate: Wed Dec 17 11:15:30 2025 +0000
Tag 1.3.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 dc318ff0d..ec06a6f9a 100644
--- a/build.properties.default
+++ b/build.properties.default
@@ -20,7 +20,7 @@ version.major=1
version.minor=3
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 dc0291c96..ebf7b2646 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: [email protected]
For additional commands, e-mail: [email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]