X-Git-Url: http://git.iain.cx/?a=blobdiff_plain;f=nssm.h;h=016906b0a281833b106e963b4c1278b97eb06456;hb=933eb36fac6b7f5fe8fe7ff62839ce5c92fff7f4;hp=602c0c9e865075c75e5e9257e3aa1295e1e958aa;hpb=859c7ca832ff02cb5a4f27693d7b997034daa42a;p=nssm.git diff --git a/nssm.h b/nssm.h index 602c0c9..016906b 100644 --- a/nssm.h +++ b/nssm.h @@ -16,9 +16,8 @@ int str_equiv(const char *, const char *); #define NSSM "nssm" -#define NSSM_VERSION "2.7" -#define NSSM_DATE "2011-01-25" -#define NSSM_RUN "run" +#define NSSM_VERSION "2.12" +#define NSSM_DATE "2012-05-07" /* MSDN says the commandline in CreateProcess() is limited to 32768 characters @@ -35,7 +34,7 @@ int str_equiv(const char *, const char *); /* Throttle the restart of the service if it stops before this many - milliseconds have elapsed since startup. + milliseconds have elapsed since startup. Override in registry. */ #define NSSM_RESET_THROTTLE_RESTART 1500