Browse Source

NSSM 2.6.

Iain Patterson 12 years ago
parent
commit
51452838ad
2 changed files with 3 additions and 3 deletions
  1. 1 1
      README.txt
  2. 2 2
      nssm.h

+ 1 - 1
README.txt

@@ -1,5 +1,5 @@
 NSSM: The Non-Sucking Service Manager
-Version 2.5, 2010-09-25
+Version 2.6, 2010-11-19
 
 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 

+ 2 - 2
nssm.h

@@ -14,8 +14,8 @@
 int str_equiv(const char *, const char *);
 
 #define NSSM "nssm"
-#define NSSM_VERSION "2.5"
-#define NSSM_DATE "2010-09-25"
+#define NSSM_VERSION "2.6"
+#define NSSM_DATE "2010-11-19"
 #define NSSM_RUN "run"
 
 /*