source: nscp/AutoBuild.h @ 77b729e

0.4.00.4.10.4.2
Last change on this file since 77b729e was d5356c1, checked in by Michael Medin <michael@…>, 4 years ago

tried boost::asio in the NRPECLient and split settings to a new file (reduces build time)

  • Property mode set to 100644
File size: 346 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,4,0,33
6#define PRODUCTVER     0,4,0,33
7#define STRFILEVER     _T("0.4.0.33")
8#define STRPRODUCTVER  _T("0.4.0.33")
9#define STRPRODUCTDATE  _T("2009-11-01")
10#endif // AUTOBUILD_H
Note: See TracBrowser for help on using the repository browser.