Iain Patterson vor 10 Jahren
Ursprung
Commit
cba3331a30
2 geänderte Dateien mit 4 neuen und 4 gelöschten Zeilen
  1. 1 1
      README.txt
  2. 3 3
      nssm.h

+ 1 - 1
README.txt

@@ -1,5 +1,5 @@
 NSSM: The Non-Sucking Service Manager
 NSSM: The Non-Sucking Service Manager
-Version 2.20, 2013-11-23
+Version 2.21, 2013-11-24
 
 
 NSSM is a service helper program similar to srvany and cygrunsrv.  It can 
 NSSM is a service helper program similar to srvany and cygrunsrv.  It can 
 start any application as an NT service and will restart the service if it 
 start any application as an NT service and will restart the service if it 

+ 3 - 3
nssm.h

@@ -19,9 +19,9 @@ int str_equiv(const char *, const char *);
 void strip_basename(char *);
 void strip_basename(char *);
 
 
 #define NSSM "nssm"
 #define NSSM "nssm"
-#define NSSM_VERSION "2.20"
-#define NSSM_VERSIONINFO 2,20,0,0
-#define NSSM_DATE "2013-11-23"
+#define NSSM_VERSION "2.21"
+#define NSSM_VERSIONINFO 2,21,0,0
+#define NSSM_DATE "2013-11-24"
 
 
 /*
 /*
   Throttle the restart of the service if it stops before this many
   Throttle the restart of the service if it stops before this many