source: nscp/version.hpp @ ba63b95

0.4.00.4.10.4.2
Last change on this file since ba63b95 was ba63b95, checked in by Michael Medin <michael@…>, 16 months ago
  • Fixed issue with --submit command line option erroneusly reported missing optien (when it is not supported)
  • Added settings store "dummy" for people who dont want to store settings (long term use is for unit tests)
  • Added new option to NSCClient --source-host for settings the host name of the caller (your machine).
  • Change so enryption algorithms are case insensitevie (ie. 3DES and 3des both work)
  • Property mode set to 100644
File size: 172 bytes
Line 
1#ifndef VERSION_HPP
2#define VERSION_HPP
3#define PRODUCTVER     0,4,0,121
4#define STRPRODUCTVER  "0,4,0,121"
5#define STRPRODUCTDATE "2012-01-12"
6#endif // VERSION_HPP
Note: See TracBrowser for help on using the repository browser.