NSSM 2.12. v2.12
authorIain Patterson <me@iain.cx>
Mon, 7 May 2012 12:01:25 +0000 (13:01 +0100)
committerIain Patterson <me@iain.cx>
Mon, 7 May 2012 12:01:25 +0000 (13:01 +0100)
README.txt
nssm.h

index c9cd2cd..8160d89 100644 (file)
@@ -1,5 +1,5 @@
 NSSM: The Non-Sucking Service Manager\r
-Version 2.11, 2012-04-04\r
+Version 2.12, 2012-05-07\r
 \r
 NSSM is a service helper program similar to srvany and cygrunsrv.  It can \r
 start any application as an NT service and will restart the service if it \r
diff --git a/nssm.h b/nssm.h
index ae4114a..016906b 100644 (file)
--- a/nssm.h
+++ b/nssm.h
@@ -16,8 +16,8 @@
 int str_equiv(const char *, const char *);\r
 \r
 #define NSSM "nssm"\r
-#define NSSM_VERSION "2.11"\r
-#define NSSM_DATE "2012-04-04"\r
+#define NSSM_VERSION "2.12"\r
+#define NSSM_DATE "2012-05-07"\r
 \r
 /*\r
   MSDN says the commandline in CreateProcess() is limited to 32768 characters\r