Iain Patterson 12 gadi atpakaļ
vecāks
revīzija
96e7f4484a
2 mainītis faili ar 4 papildinājumiem un 4 dzēšanām
  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.19, 2013-11-22
+Version 2.20, 2013-11-23
 
 
 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.19"
-#define NSSM_VERSIONINFO 2,19,0,0
-#define NSSM_DATE "2013-11-22"
+#define NSSM_VERSION "2.20"
+#define NSSM_VERSIONINFO 2,20,0,0
+#define NSSM_DATE "2013-11-23"
 
 
 /*
 /*
   Throttle the restart of the service if it stops before this many
   Throttle the restart of the service if it stops before this many