| Index: src/shared/Version.h |
| =================================================================== |
| --- a/src/shared/Version.h |
| +++ b/src/shared/Version.h |
| @@ -1,1 +1,11 @@ |
| +#ifndef IEPLUGIN_VERSION |
| #define IEPLUGIN_VERSION L"0.8" |
| +#endif |
| + |
| +#ifndef VERSIONINFO_VERSION |
| +#define VERSIONINFO_VERSION 0,8,0,0 |
| +#endif |
| + |
| +#ifndef VERSIONINFO_VERSION_STR |
| +#define VERSIONINFO_VERSION_STR "0.8.0.0" |
| +#endif |