-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathversion.h
More file actions
23 lines (17 loc) · 772 Bytes
/
version.h
File metadata and controls
23 lines (17 loc) · 772 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#ifndef VERSION_H
#define VERSION_H
#define VER_DATE_INFO_STR " - 09 Jun 2020"
#define VER_FILEVERSION 0,3,2,1
#define VER_FILEVERSION_STR "0.3.2.1\0"
#define VER_PRODUCTVERSION 0,3,2,1
#define VER_PRODUCTVERSION_STR "0.3\0"
#define VER_COMPANYNAME_STR "hydrabus"
#define VER_FILEDESCRIPTION_STR "hydratool"
#define VER_INTERNALNAME_STR "hydratool"
#define VER_LEGALCOPYRIGHT_STR "B.VERNOUX (c)2018-2020"
#define VER_LEGALTRADEMARKS1_STR "B.VERNOUX (c)2018-2020"
#define VER_LEGALTRADEMARKS2_STR VER_LEGALTRADEMARKS1_STR
#define VER_ORIGINALFILENAME_STR "hydratool.exe"
#define VER_PRODUCTNAME_STR "hydratool"
#define VER_COMPANYDOMAIN_STR "hydrabus.com"
#endif // VERSION_H