Generate version information as part of the build.
[nssm.git] / nssm.h
diff --git a/nssm.h b/nssm.h
index bdefdbe..636524d 100644 (file)
--- a/nssm.h
+++ b/nssm.h
 \r
 int str_equiv(const TCHAR *, const TCHAR *);\r
 void strip_basename(TCHAR *);\r
+int usage(int);\r
 \r
 #define NSSM _T("nssm")\r
-#define NSSM_VERSION _T("2.21")\r
-#define NSSM_VERSIONINFO 2,21,0,0\r
-#define NSSM_DATE _T("2013-11-24")\r
+#include "version.h"\r
 \r
 /*\r
   Throttle the restart of the service if it stops before this many\r