source: nscp/AutoBuild.h @ e6792f3

0.4.00.4.10.4.2
Last change on this file since e6792f3 was 818b54e, checked in by Michael Medin <michael@…>, 4 years ago

First version which builds on Linux!!! (though 99% of all features are still disabled).
All it does is build and tell you there is no settings subsystem (which there isn't as simpleini does not support wchar_t on unix :(

  • Property mode set to 100644
File size: 336 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     "a0.4.0.33"
8#define STRPRODUCTVER  "a0.4.0.33"
9#define STRPRODUCTDATE  "2009-11-01"
10#endif // AUTOBUILD_H
Note: See TracBrowser for help on using the repository browser.