-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathversion.h
More file actions
21 lines (16 loc) · 803 Bytes
/
Copy pathversion.h
File metadata and controls
21 lines (16 loc) · 803 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,8,0
#define VER_FILEVERSION_STR "0.5.8.0\0"
#define VER_PRODUCTVERSION 0,5,8,0
#define VER_PRODUCTVERSION_STR "0.5.8.0\0"
#define VER_COMPANYNAME_STR "Jesvi Jonathan"
#define VER_FILEDESCRIPTION_STR "Auto Aroma Developed By @Jesvi"
#define VER_INTERNALNAME_STR "Auto Aroma"
#define VER_LEGALCOPYRIGHT_STR "Copyright 2020 (jesvi22j@gmail.com)"
#define VER_LEGALTRADEMARKS1_STR "All Rights Reserved"
#define VER_LEGALTRADEMARKS2_STR VER_LEGALTRADEMARKS1_STR
#define VER_ORIGINALFILENAME_STR "Auto Aroma.exe"
#define VER_PRODUCTNAME_STR "Auto Aroma"
#define VER_COMPANYDOMAIN_STR "https://forum.xda-developers.com/member.php?u=9579368"
#endif // VERSION_H