Iain Patterson 13 gadi atpakaļ
vecāks
revīzija
0dbd368cea
2 mainītis faili ar 3 papildinājumiem un 3 dzēšanām
  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.11, 2012-04-04
+Version 2.12, 2012-05-07
 
 
 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.11"
-#define NSSM_DATE "2012-04-04"
+#define NSSM_VERSION "2.12"
+#define NSSM_DATE "2012-05-07"
 
 
 /*
 /*
   MSDN says the commandline in CreateProcess() is limited to 32768 characters
   MSDN says the commandline in CreateProcess() is limited to 32768 characters