This is an automated email from the ASF dual-hosted git repository.
markt-asf pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat-native.git
The following commit(s) were added to refs/heads/main by this push:
new 3b585a330 Increment verions for next development cycle
3b585a330 is described below
commit 3b585a330c9bbbb1ce9aac91242b5f9f51d1a673
Author: Mark Thomas <[email protected]>
AuthorDate: Wed Sep 2 14:22:56 2026 +0100
Increment verions for next development cycle
---
build.properties.default | 2 +-
native/include/tcn_version.h | 2 +-
native/os/win32/libtcnative.rc | 6 +++---
xdocs/miscellaneous/changelog.xml | 6 +++++-
4 files changed, 10 insertions(+), 6 deletions(-)
diff --git a/build.properties.default b/build.properties.default
index a3b478dc5..3b7f729e9 100644
--- a/build.properties.default
+++ b/build.properties.default
@@ -18,7 +18,7 @@
# ----- Version Control Flags -----
version.major=2
version.minor=0
-version.build=16
+version.build=17
version.patch=0
version.suffix=-dev
diff --git a/native/include/tcn_version.h b/native/include/tcn_version.h
index a9c135848..fbd9eff36 100644
--- a/native/include/tcn_version.h
+++ b/native/include/tcn_version.h
@@ -63,7 +63,7 @@ extern "C" {
#define TCN_MINOR_VERSION 0
/** patch level */
-#define TCN_PATCH_VERSION 16
+#define TCN_PATCH_VERSION 17
/**
* This symbol is defined for internal, "development" copies of TCN. This
diff --git a/native/os/win32/libtcnative.rc b/native/os/win32/libtcnative.rc
index 4efa5bf64..8dd5eca2b 100644
--- a/native/os/win32/libtcnative.rc
+++ b/native/os/win32/libtcnative.rc
@@ -19,7 +19,7 @@ LANGUAGE 0x9,0x1
"See the License for the specific language governing " \
"permissions and limitations under the License."
-#define TCN_VERSION "2.0.16"
+#define TCN_VERSION "2.0.17"
1000 ICON "apache.ico"
1001 DIALOGEX 0, 0, 252, 51
@@ -35,8 +35,8 @@ BEGIN
END
1 VERSIONINFO
- FILEVERSION 2,0,16,0
- PRODUCTVERSION 2,0,16,0
+ FILEVERSION 2,0,17,0
+ PRODUCTVERSION 2,0,17,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
diff --git a/xdocs/miscellaneous/changelog.xml
b/xdocs/miscellaneous/changelog.xml
index 24ff3bac9..ed1824073 100644
--- a/xdocs/miscellaneous/changelog.xml
+++ b/xdocs/miscellaneous/changelog.xml
@@ -31,7 +31,11 @@
branch started from the 1.2.33 tag.
</p>
</section>
-<section name="2.0.16" rtext="developement in progress">
+<section name="2.0.17" rtext="development in progress">
+ <changelog>
+ </changelog>
+</section>
+<section name="2.0.16" rtext="release in progress">
<changelog>
<scode>
Remove call to ERR_remove_thread_state() from Windows specific code to
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]