Olive
version.h
1 #ifndef VERSION_H
2 #define VERSION_H
3 
4 #define VER_FILEVERSION 1,0,0,0
5 #define VER_FILEVERSION_STR "1.0.0.0\0"
6 
7 #define VER_PRODUCTVERSION 1,0,0,0
8 #define VER_PRODUCTVERSION_STR "1.0\0"
9 
10 #define VER_COMPANYNAME_STR "Olive Team"
11 #define VER_FILEDESCRIPTION_STR "Olive"
12 #define VER_INTERNALNAME_STR "Olive"
13 #define VER_LEGALCOPYRIGHT_STR "Copyright © 2018 Olive Team"
14 #define VER_LEGALTRADEMARKS1_STR "All Rights Reserved"
15 #define VER_LEGALTRADEMARKS2_STR VER_LEGALTRADEMARKS1_STR
16 #define VER_ORIGINALFILENAME_STR "Olive.exe"
17 #define VER_PRODUCTNAME_STR "Olive"
18 
19 #define VER_COMPANYDOMAIN_STR "www.olivevideoeditor.org"
20 
21 #endif // VERSION_H