Enforce maximum report delay when starting service.
[nssm.git] / nssm.h
diff --git a/nssm.h b/nssm.h
index bfde164..1479f10 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.17"\r
-#define NSSM_VERSIONINFO 2,17,0,0\r
-#define NSSM_DATE "2013-11-12"\r
+#define NSSM_VERSION "2.18"\r
+#define NSSM_VERSIONINFO 2,18,0,0\r
+#define NSSM_DATE "2013-11-15"\r
 \r
 /*\r
   MSDN says the commandline in CreateProcess() is limited to 32768 characters\r
@@ -67,6 +67,6 @@ int str_equiv(const char *, const char *);
 #define NSSM_STOP_METHOD_TERMINATE (1 << 3)\r
 \r
 /* How many milliseconds to wait before updating service status. */\r
-#define NSSM_SHUTDOWN_CHECKPOINT 20000\r
+#define NSSM_SERVICE_STATUS_DEADLINE 20000\r
 \r
 #endif\r