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

Corinna Vinschen via Cygwin-apps-cvs <[email protected]> Mon, 6 Feb 2023 19:48:35 +0000 (GMT)
Newsgroups gmane.os.cygwin.cvs.apps
Message-ID <[email protected]>


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

commit bfc6c36a052914cd4aa93d883e73a2964969e4e5
Author: Corinna Vinschen <[email protected]>
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' },