浏览代码

NSSM 2.9.

Iain Patterson 14 年之前
父节点
当前提交
b900e3b085
共有 2 个文件被更改,包括 3 次插入3 次删除
  1. 1 1
      README.txt
  2. 2 2
      nssm.h

+ 1 - 1
README.txt

@@ -1,5 +1,5 @@
 NSSM: The Non-Sucking Service Manager
 NSSM: The Non-Sucking Service Manager
-Version 2.8, 2011-02-26
+Version 2.9, 2011-02-28
 
 
 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 

+ 2 - 2
nssm.h

@@ -16,8 +16,8 @@
 int str_equiv(const char *, const char *);
 int str_equiv(const char *, const char *);
 
 
 #define NSSM "nssm"
 #define NSSM "nssm"
-#define NSSM_VERSION "2.8"
-#define NSSM_DATE "2011-02-26"
+#define NSSM_VERSION "2.9"
+#define NSSM_DATE "2011-02-28"
 #define NSSM_RUN "run"
 #define NSSM_RUN "run"
 
 
 /*
 /*