You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2021/08/26 16:01:53 UTC

[tomcat-native] branch main updated: Increment version number ready for next development cycle

This is an automated email from the ASF dual-hosted git repository.

markt 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 f22238b  Increment version number ready for next development cycle
f22238b is described below

commit f22238bdbdcd8d7fe7e9316ba360d6bfb6dbee88
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Thu Aug 26 17:01:49 2021 +0100

    Increment version number ready 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 b59dfa1..f8ba663 100644
--- a/build.properties.default
+++ b/build.properties.default
@@ -18,7 +18,7 @@
 # ----- Version Control Flags -----
 version.major=1
 version.minor=2
-version.build=31
+version.build=32
 version.patch=0
 version.suffix=-dev
 
diff --git a/native/include/tcn_version.h b/native/include/tcn_version.h
index 742ef0d..6308818 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       31
+#define TCN_PATCH_VERSION       32
 
 /**
  *  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 f05d981..3cec9c6 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.31"
+#define TCN_VERSION "1.2.32"
 1000 ICON "apache.ico"
 
 1001 DIALOGEX 0, 0, 252, 51
@@ -36,8 +36,8 @@ BEGIN
 END
 
 1 VERSIONINFO
- FILEVERSION 1,2,31,0
- PRODUCTVERSION 1,2,31,0
+ FILEVERSION 1,2,32,0
+ PRODUCTVERSION 1,2,32,0
  FILEFLAGSMASK 0x3fL
 #ifdef _DEBUG
  FILEFLAGS 0x1L
diff --git a/xdocs/miscellaneous/changelog.xml b/xdocs/miscellaneous/changelog.xml
index 04a9a5f..14f4906 100644
--- a/xdocs/miscellaneous/changelog.xml
+++ b/xdocs/miscellaneous/changelog.xml
@@ -34,6 +34,10 @@
   This is the Changelog for Tomcat Native 1.2.
   </p>
 </section>
+<section name="Changes in 1.2.32">
+  <changelog>
+  </changelog>
+</section>
 <section name="Changes in 1.2.31">
   <changelog>
     <fix>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org