This is an automated email from the ASF dual-hosted git repository.
markt-asf pushed a commit to branch 1.3.x
in repository https://gitbox.apache.org/repos/asf/tomcat-native.git
The following commit(s) were added to refs/heads/1.3.x by this push:
new 3598cf2f3 Increment verions for next development cycle
3598cf2f3 is described below
commit 3598cf2f3cf365e4c3c1465d17ce5933729879e3
Author: Mark Thomas <[email protected]>
AuthorDate: Wed Sep 2 14:45:53 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 | 4 +++-
4 files changed, 8 insertions(+), 6 deletions(-)
diff --git a/build.properties.default b/build.properties.default
index 6bed338a5..962982e5c 100644
--- a/build.properties.default
+++ b/build.properties.default
@@ -18,7 +18,7 @@
# ----- Version Control Flags -----
version.major=1
version.minor=3
-version.build=9
+version.build=10
version.patch=0
version.suffix=-dev
diff --git a/native/include/tcn_version.h b/native/include/tcn_version.h
index a4efd5faf..299f31caa 100644
--- a/native/include/tcn_version.h
+++ b/native/include/tcn_version.h
@@ -63,7 +63,7 @@ extern "C" {
#define TCN_MINOR_VERSION 3
/** patch level */
-#define TCN_PATCH_VERSION 9
+#define TCN_PATCH_VERSION 10
/**
* 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 f16d765bc..1140f1288 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 "1.3.9"
+#define TCN_VERSION "1.3.10"
1000 ICON "apache.ico"
1001 DIALOGEX 0, 0, 252, 51
@@ -35,8 +35,8 @@ BEGIN
END
1 VERSIONINFO
- FILEVERSION 1,3,9,0
- PRODUCTVERSION 1,3,9,0
+ FILEVERSION 1,3,10,0
+ PRODUCTVERSION 1,3,10,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
diff --git a/xdocs/miscellaneous/changelog.xml
b/xdocs/miscellaneous/changelog.xml
index 062432d6e..835697dab 100644
--- a/xdocs/miscellaneous/changelog.xml
+++ b/xdocs/miscellaneous/changelog.xml
@@ -31,7 +31,9 @@
started from the 1.2.39 tag.
</p>
</section>
-<section name="1.3.9" rtext="in development">
+<section name="1.3.10" rtext="in development">
+</section>
+<section name="1.3.9" 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]