瀏覽代碼

NSSM 2.20.

Iain Patterson 10 年之前
父節點
當前提交
96e7f4484a
共有 2 個文件被更改,包括 4 次插入4 次删除
  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