source: nscp/AutoBuild.h @ 5ca3931

0.4.00.4.10.4.2stable
Last change on this file since 5ca3931 was 5ca3931, checked in by Michael Medin <michael@…>, 6 years ago

2007-12-09 MickeM

+ Added a check if the service is started when running with /test so you get a warning
+ Improved the socket thread with:

  • a default-catch
  • If the socket failes to start we still wait for it to shut down (no error message)

+ Added first version of the NSCA agent (NSCAgent.dll)

(no encryption support as of yet, but will come)

  • Property mode set to 100644
File size: 342 bytes
Line 
1#ifndef AUTOBUILD_H
2#define AUTOBUILD_H
3// change the FALSE to TRUE for autoincrement of build number
4#define INCREMENT_VERSION TRUE
5#define FILEVER        0,3,0,6
6#define PRODUCTVER     0,3,0,6
7#define STRFILEVER     _T("0.3.0.6")
8#define STRPRODUCTVER  _T("0.3.0.6")
9#define STRPRODUCTDATE  _T("2007-12-05")
10#endif // AUTOBUILD_H
Note: See TracBrowser for help on using the repository browser.