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 2022/07/05 19:57:01 UTC

[tomcat-native] branch main updated: Increment version number 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 ea89eea99 Increment version number for next development cycle
ea89eea99 is described below

commit ea89eea99442fcb41bea540c4fae4245997f3153
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Tue Jul 5 20:56:57 2022 +0100

    Increment version number 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 d590cffc5..0c3e7c15a 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 10.1.x
diff --git a/build.properties.default b/build.properties.default
index 62427b0bc..d7677bec1 100644
--- a/build.properties.default
+++ b/build.properties.default
@@ -18,7 +18,7 @@
 # ----- Version Control Flags -----
 version.major=2
 version.minor=0
-version.build=0
+version.build=1
 version.patch=0
 version.suffix=-dev
 
diff --git a/native/include/tcn_version.h b/native/include/tcn_version.h
index e6a7d636c..009cfc975 100644
--- a/native/include/tcn_version.h
+++ b/native/include/tcn_version.h
@@ -63,7 +63,7 @@ extern "C" {
 #define TCN_MINOR_VERSION       0
 
 /** patch level */
-#define TCN_PATCH_VERSION       0
+#define TCN_PATCH_VERSION       1
 
 /**
  *  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 f9ea95975..1851916d5 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 "2.0.0"
+#define TCN_VERSION "2.0.1"
 1000 ICON "apache.ico"
 
 1001 DIALOGEX 0, 0, 252, 51
@@ -35,8 +35,8 @@ BEGIN
 END
 
 1 VERSIONINFO
- FILEVERSION 2,0,0,0
- PRODUCTVERSION 2,0,0,0
+ FILEVERSION 2,0,1,0
+ PRODUCTVERSION 2,0,1,0
  FILEFLAGSMASK 0x3fL
 #ifdef _DEBUG
  FILEFLAGS 0x1L
diff --git a/xdocs/miscellaneous/changelog.xml b/xdocs/miscellaneous/changelog.xml
index 219f841d9..835e44fc5 100644
--- a/xdocs/miscellaneous/changelog.xml
+++ b/xdocs/miscellaneous/changelog.xml
@@ -31,6 +31,8 @@
   branch started from the 1.2.33 tag.
   </p>
 </section>
+<section name="Changes in 2.0.1">
+</section>
 <section name="Changes in 2.0.0">
   <changelog>
     <update>


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