Skip to content

Commit 513556e

Browse files
author
Francisco Lopes
committed
API version bump
1 parent 5fb12fc commit 513556e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

library/interception.rc

+5-5
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111

1212
#define VER_COMPANYNAME_STR "Francisco Lopes"
1313
#define VER_PRODUCTNAME_STR "Interception"
14-
#define VER_LEGALCOPYRIGHT_YEARS "2008-2014"
14+
#define VER_LEGALCOPYRIGHT_YEARS "2008-2017"
1515
#define VER_LEGALCOPYRIGHT_STR "Copyright (C) " VER_LEGALCOPYRIGHT_YEARS " Francisco Lopes da Silva"
1616
#define VER_LEGALTRADEMARKS_STR "Copyright (C) " VER_LEGALCOPYRIGHT_YEARS " Francisco Lopes da Silva"
1717

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)
2222
#define VER_FILEDESCRIPTION_STR "Interception API"
2323
#define VER_INTERNALNAME_STR "interception.dll"
2424
#define VER_ORIGINALFILENAME_STR "interception.dll"

0 commit comments

Comments
 (0)