source: nscp/version.hpp @ 8d89d7a

0.4.00.4.10.4.2
Last change on this file since 8d89d7a was 8d89d7a, checked in by Michael Medin <michael@…>, 14 months ago
  • Fixed issue with default port for NSCA/NRPE/* clients
  • Removed FileLogger
  • Rewritten log implementation from ground up without using crappy boost library which requires DNS :(
  • Removed some annoying "error" messages
  • Tweaked FileLogger a bit to be more "modern"
  • Changed so file-name expansion is more efficient
  • Changed so modules are defaulted to 0 in config.
  • Log levels are case sensitive
  • Fixed so log level is not read from ini file
  • improved plugin processing from ini files
  • Property mode set to 100644
File size: 172 bytes
Line 
1#ifndef VERSION_HPP
2#define VERSION_HPP
3#define PRODUCTVER     0,4,0,153
4#define STRPRODUCTVER  "0,4,0,153"
5#define STRPRODUCTDATE "2012-04-02"
6#endif // VERSION_HPP
Note: See TracBrowser for help on using the repository browser.