You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ma...@apache.org on 2022/11/23 19:42:54 UTC

[commons-daemon] branch master updated: Update version

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


The following commit(s) were added to refs/heads/master by this push:
     new 651c646  Update version
651c646 is described below

commit 651c6463e9c0efca586f66018d5dc433c50824a7
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Wed Nov 23 19:42:48 2022 +0000

    Update version
---
 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 d29ae4c..af4b006 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      2
+#define JSVC_PATCH_VERSION      3
 
 /**
  *  This symbol is defined for internal, "development" copies of JSVC.