[cygrunsrv - a wrapper for unix daemons to make them controllable as windows services] branch master, updated. bfc6c36a052914cd4aa93d883e73a2964969e4e5

Corinna Vinschen corinna@sourceware.org
Mon Feb 6 19:48:35 GMT 2023




https://sourceware.org/git/gitweb.cgi?p=cygwin-apps/cygrunsrv.git;h=bfc6c36a052914cd4aa93d883e73a2964969e4e5

commit bfc6c36a052914cd4aa93d883e73a2964969e4e5
Author: Corinna Vinschen <vinschen@redhat.com>
Date:   Mon Feb 6 20:48:17 2023 +0100

    bump version


Diff:
---
 cygrunsrv.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cygrunsrv.cc b/cygrunsrv.cc
index 7b550221d191..dab879022d94 100644
--- a/cygrunsrv.cc
+++ b/cygrunsrv.cc
@@ -51,7 +51,7 @@
 #include "utils.h"
 #include "waitanypid.h"
 
-static const char *SCCSid = "@(#)cygrunsrv V1.63, " __DATE__ "\n";
+static const char *SCCSid = "@(#)cygrunsrv V1.64, " __DATE__ "\n";
 
 struct option longopts[] = {
   { "install", required_argument, NULL, 'I' },



More information about the Cygwin-apps-cvs mailing list