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
commit a2aa5aff32ab1fee2bcdd2fce1446786633eb0ee Author: Mark Thomas <[email protected]> AuthorDate: Tue Oct 3 09:51:49 2023 +0100 Increment version 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, 9 insertions(+), 5 deletions(-) diff --git a/build.properties.default b/build.properties.default index bfcfa551d..0e6f0e9a8 100644 --- a/build.properties.default +++ b/build.properties.default @@ -18,7 +18,7 @@ # ----- Version Control Flags ----- version.major=1 version.minor=2 -version.build=39 +version.build=40 version.patch=0 version.suffix=-dev diff --git a/native/include/tcn_version.h b/native/include/tcn_version.h index a018699e0..d88bb4236 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 39 +#define TCN_PATCH_VERSION 40 /** * 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 800bb75af..d1a1f7647 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.39" +#define TCN_VERSION "1.2.40" 1000 ICON "apache.ico" 1001 DIALOGEX 0, 0, 252, 51 @@ -36,8 +36,8 @@ BEGIN END 1 VERSIONINFO - FILEVERSION 1,2,39,0 - PRODUCTVERSION 1,2,39,0 + FILEVERSION 1,2,40,0 + PRODUCTVERSION 1,2,40,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L diff --git a/xdocs/miscellaneous/changelog.xml b/xdocs/miscellaneous/changelog.xml index f253a00ce..59dfc0394 100644 --- a/xdocs/miscellaneous/changelog.xml +++ b/xdocs/miscellaneous/changelog.xml @@ -30,6 +30,10 @@ This is the Changelog for Tomcat Native 1.2. </p> </section> +<section name="Changes in 1.2.40"> + <changelog> + </changelog> +</section> <section name="Changes in 1.2.39"> <changelog> <fix> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
