forked from Larswad/uno2iec
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathversion.h
More file actions
21 lines (16 loc) · 720 Bytes
/
version.h
File metadata and controls
21 lines (16 loc) · 720 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#ifndef VERSION_H
#define VERSION_H
#define VER_FILEVERSION 0,5,0,0
#define VER_FILEVERSION_STR "0.5.0.0\0"
#define VER_PRODUCTVERSION 0,5,0,0
#define VER_PRODUCTVERSION_STR "0.5.0\0"
#define VER_COMPANYNAME_STR "MumboJumbo_Software"
#define VER_FILEDESCRIPTION_STR "uno2iec"
#define VER_INTERNALNAME_STR "uno2iec"
#define VER_LEGALCOPYRIGHT_STR "GNU Public License 2013 MumboJumbo_Software"
#define VER_LEGALTRADEMARKS1_STR "All Rights Served"
#define VER_LEGALTRADEMARKS2_STR VER_LEGALTRADEMARKS1_STR
#define VER_ORIGINALFILENAME_STR "rpi2iec.exe"
#define VER_PRODUCTNAME_STR "UNO2IEC"
#define VER_COMPANYDOMAIN_STR "lars.wadefalk.se"
#endif // VERSION_H