NSSM 2.17. v2.17
authorIain Patterson <me@iain.cx>
Tue, 12 Nov 2013 12:49:39 +0000 (12:49 +0000)
committerIain Patterson <me@iain.cx>
Tue, 12 Nov 2013 13:33:27 +0000 (13:33 +0000)
README.txt
nssm.h

index 3559245..2fbe5c8 100644 (file)
@@ -1,5 +1,5 @@
 NSSM: The Non-Sucking Service Manager\r
-Version 2.16, 2012-12-01\r
+Version 2.17, 2013-11-12\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 d297527..b5d457e 100644 (file)
--- a/nssm.h
+++ b/nssm.h
@@ -18,9 +18,9 @@
 int str_equiv(const char *, const char *);\r
 \r
 #define NSSM "nssm"\r
-#define NSSM_VERSION "2.16"\r
-#define NSSM_VERSIONINFO 2,16,0,0\r
-#define NSSM_DATE "2012-12-01"\r
+#define NSSM_VERSION "2.17"\r
+#define NSSM_VERSIONINFO 2,17,0,0\r
+#define NSSM_DATE "2013-11-12"\r
 \r
 /*\r
   MSDN says the commandline in CreateProcess() is limited to 32768 characters\r