From 0dbd368cea64108df8305eb470462c47739ae6e6 Mon Sep 17 00:00:00 2001 From: Iain Patterson Date: Mon, 7 May 2012 13:01:25 +0100 Subject: [PATCH] NSSM 2.12. --- README.txt | 2 +- nssm.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.txt b/README.txt index c9cd2cd..8160d89 100644 --- a/README.txt +++ b/README.txt @@ -1,5 +1,5 @@ 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 start any application as an NT service and will restart the service if it diff --git a/nssm.h b/nssm.h index ae4114a..016906b 100644 --- a/nssm.h +++ b/nssm.h @@ -16,8 +16,8 @@ int str_equiv(const char *, const char *); #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 -- 2.20.1