From b900e3b0859e71d5089c14314c0060082fc230de Mon Sep 17 00:00:00 2001 From: Iain Patterson Date: Mon, 28 Feb 2011 17:53:48 +0000 Subject: [PATCH] NSSM 2.9. --- README.txt | 2 +- nssm.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.txt b/README.txt index b2f9c27..006b739 100644 --- a/README.txt +++ b/README.txt @@ -1,5 +1,5 @@ NSSM: The Non-Sucking Service Manager -Version 2.8, 2011-02-26 +Version 2.9, 2011-02-28 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 04c3cb2..22b5511 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.8" -#define NSSM_DATE "2011-02-26" +#define NSSM_VERSION "2.9" +#define NSSM_DATE "2011-02-28" #define NSSM_RUN "run" /* -- 2.20.1