This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 1.2.x
in repository https://gitbox.apache.org/repos/asf/tomcat-native.git
The following commit(s) were added to refs/heads/1.2.x by this push:
new e766ac557 Increment version for next development cycle
e766ac557 is described below
commit e766ac5571124f32607534eb2aa504bbcc8d7b76
Author: Mark Thomas <[email protected]>
AuthorDate: Wed Aug 9 09:08:27 2023 +0100
Increment version for next development cycle
---
HOWTO-RELEASE.txt | 2 +-
build.properties.default | 2 +-
native/include/tcn_version.h | 2 +-
native/os/win32/libtcnative.rc | 6 +++---
xdocs/miscellaneous/changelog.xml | 2 ++
5 files changed, 8 insertions(+), 6 deletions(-)
diff --git a/HOWTO-RELEASE.txt b/HOWTO-RELEASE.txt
index 7e811aab7..49007b823 100644
--- a/HOWTO-RELEASE.txt
+++ b/HOWTO-RELEASE.txt
@@ -38,7 +38,7 @@ Ensure dates and/or version numbers are up to date:
- build.properties.default
- native/build/rpm/tcnative.spec.in
- native/include/tcn_version.h
-- native/os/win32/libtcnative.rc
+- native/os/win32/libtcnative.rc x3
- xdocs/miscellaneous/changelog.xml
Run the release script to check the Java code is aligned with the current 9.0.x
diff --git a/build.properties.default b/build.properties.default
index 8fdf6f217..bfcfa551d 100644
--- a/build.properties.default
+++ b/build.properties.default
@@ -18,7 +18,7 @@
# ----- Version Control Flags -----
version.major=1
version.minor=2
-version.build=38
+version.build=39
version.patch=0
version.suffix=-dev
diff --git a/native/include/tcn_version.h b/native/include/tcn_version.h
index 88fdd0f84..a018699e0 100644
--- a/native/include/tcn_version.h
+++ b/native/include/tcn_version.h
@@ -63,7 +63,7 @@ extern "C" {
#define TCN_MINOR_VERSION 2
/** patch level */
-#define TCN_PATCH_VERSION 38
+#define TCN_PATCH_VERSION 39
/**
* 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 2dd8dc5cd..800bb75af 100644
--- a/native/os/win32/libtcnative.rc
+++ b/native/os/win32/libtcnative.rc
@@ -20,7 +20,7 @@ LANGUAGE 0x9,0x1
"See the License for the specific language governing " \
"permissions and limitations under the License."
-#define TCN_VERSION "1.2.38"
+#define TCN_VERSION "1.2.39"
1000 ICON "apache.ico"
1001 DIALOGEX 0, 0, 252, 51
@@ -36,8 +36,8 @@ BEGIN
END
1 VERSIONINFO
- FILEVERSION 1,2,38,0
- PRODUCTVERSION 1,2,38,0
+ FILEVERSION 1,2,39,0
+ PRODUCTVERSION 1,2,39,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
diff --git a/xdocs/miscellaneous/changelog.xml
b/xdocs/miscellaneous/changelog.xml
index b38e244c4..7bf5ce428 100644
--- a/xdocs/miscellaneous/changelog.xml
+++ b/xdocs/miscellaneous/changelog.xml
@@ -30,6 +30,8 @@
This is the Changelog for Tomcat Native 1.2.
</p>
</section>
+<section name="Changes in 1.2.39">
+</section>
<section name="Changes in 1.2.38">
<changelog>
<update>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]