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 246d15ad1 Increment version number for next release
246d15ad1 is described below

commit 246d15ad1099e8a15385637f26c2a721145ff3ea
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Thu Sep 28 12:08:00 2023 +0100

    Increment version number for next release
---
 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 c1bdc73c0..abef2f347 100644
--- a/build.properties.default
+++ b/build.properties.default
@@ -18,7 +18,7 @@
 # ----- Version Control Flags -----
 version.major=2
 version.minor=0
-version.build=6
+version.build=7
 version.patch=0
 version.suffix=-dev
 
diff --git a/native/include/tcn_version.h b/native/include/tcn_version.h
index bbea5e7c3..ac42b20e9 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       6
+#define TCN_PATCH_VERSION       7
 
 /**
  *  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 9ebf9abd7..aa195e393 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.6"
+#define TCN_VERSION "2.0.7"
 1000 ICON "apache.ico"
 
 1001 DIALOGEX 0, 0, 252, 51
@@ -35,8 +35,8 @@ BEGIN
 END
 
 1 VERSIONINFO
- FILEVERSION 2,0,6,0
- PRODUCTVERSION 2,0,6,0
+ FILEVERSION 2,0,7,0
+ PRODUCTVERSION 2,0,7,0
  FILEFLAGSMASK 0x3fL
 #ifdef _DEBUG
  FILEFLAGS 0x1L
diff --git a/xdocs/miscellaneous/changelog.xml 
b/xdocs/miscellaneous/changelog.xml
index d42fc47b1..5f75084b3 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.7">
+</section>
 <section name="Changes in 2.0.6">
   <changelog>
     <fix>


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

Reply via email to