This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat-native.git
The following commit(s) were added to refs/heads/master by this push: new adf5080 Increment version to 1.2.27 for next development cycle adf5080 is described below commit adf5080eb2dc7ccf130e54e03927fc9672a1ddc9 Author: Mark Thomas <ma...@apache.org> AuthorDate: Thu Dec 10 21:15:19 2020 +0000 Increment version to 1.2.27 for next development cycle --- build.properties.default | 2 +- native/include/tcn_version.h | 2 +- native/os/win32/libtcnative.rc | 6 +++--- xdocs/miscellaneous/changelog.xml | 2 ++ 4 files changed, 7 insertions(+), 5 deletions(-) diff --git a/build.properties.default b/build.properties.default index 80be4ff..d8fcdcc 100644 --- a/build.properties.default +++ b/build.properties.default @@ -18,7 +18,7 @@ # ----- Version Control Flags ----- version.major=1 version.minor=2 -version.build=26 +version.build=27 version.patch=0 version.suffix=-dev diff --git a/native/include/tcn_version.h b/native/include/tcn_version.h index 1399d6f..3f14a15 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 26 +#define TCN_PATCH_VERSION 27 /** * 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 e95ded6..8c26f6d 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.26" +#define TCN_VERSION "1.2.27" 1000 ICON "apache.ico" 1001 DIALOGEX 0, 0, 252, 51 @@ -36,8 +36,8 @@ BEGIN END 1 VERSIONINFO - FILEVERSION 1,2,26,0 - PRODUCTVERSION 1,2,26,0 + FILEVERSION 1,2,27,0 + PRODUCTVERSION 1,2,27,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L diff --git a/xdocs/miscellaneous/changelog.xml b/xdocs/miscellaneous/changelog.xml index 39baf28..5a4379f 100644 --- a/xdocs/miscellaneous/changelog.xml +++ b/xdocs/miscellaneous/changelog.xml @@ -34,6 +34,8 @@ This is the Changelog for Tomcat Native 1.2. </p> </section> +<section name="Changes in 1.2.27"> +</section> <section name="Changes in 1.2.26"> <changelog> <fix> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org