File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 11
11
12
12
#define VER_COMPANYNAME_STR "Francisco Lopes"
13
13
#define VER_PRODUCTNAME_STR "Interception"
14
- #define VER_LEGALCOPYRIGHT_YEARS "2008-2014 "
14
+ #define VER_LEGALCOPYRIGHT_YEARS "2008-2017 "
15
15
#define VER_LEGALCOPYRIGHT_STR "Copyright (C) " VER_LEGALCOPYRIGHT_YEARS " Francisco Lopes da Silva"
16
16
#define VER_LEGALTRADEMARKS_STR "Copyright (C) " VER_LEGALCOPYRIGHT_YEARS " Francisco Lopes da Silva"
17
17
18
- #define VER_PRODUCTVERSION 1,00,00,00
19
- #define VER_PRODUCTVERSION_STR "1.00 "
20
- #define VER_PRODUCTVERSION_W (0x01000 )
21
- #define VER_PRODUCTVERSION_DW (0x01000 )
18
+ #define VER_PRODUCTVERSION 1,0,1,0
19
+ #define VER_PRODUCTVERSION_STR "1.0.1 "
20
+ #define VER_PRODUCTVERSION_W (0x010001 )
21
+ #define VER_PRODUCTVERSION_DW (0x010001 )
22
22
#define VER_FILEDESCRIPTION_STR "Interception API"
23
23
#define VER_INTERNALNAME_STR "interception.dll"
24
24
#define VER_ORIGINALFILENAME_STR "interception.dll"
You can’t perform that action at this time.
0 commit comments