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/commons-daemon.git
commit b1c348892c5d97b7ee2db7f9b2d540fbae3a3f33 Author: Mark Thomas <ma...@apache.org> AuthorDate: Fri May 5 09:38:06 2023 +0100 Ensure all versions updated for 1.3.4 release --- src/native/unix/native/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/native/unix/native/version.h b/src/native/unix/native/version.h index af4b006..676dcaf 100644 --- a/src/native/unix/native/version.h +++ b/src/native/unix/native/version.h @@ -31,7 +31,7 @@ #define JSVC_MINOR_VERSION 3 /** patch level */ -#define JSVC_PATCH_VERSION 3 +#define JSVC_PATCH_VERSION 4 /** * This symbol is defined for internal, "development" copies of JSVC.