Skip to content

Commit

Permalink
API version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Francisco Lopes committed May 12, 2017
1 parent 5fb12fc commit 513556e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions library/interception.rc
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@

#define VER_COMPANYNAME_STR "Francisco Lopes"
#define VER_PRODUCTNAME_STR "Interception"
#define VER_LEGALCOPYRIGHT_YEARS "2008-2014"
#define VER_LEGALCOPYRIGHT_YEARS "2008-2017"
#define VER_LEGALCOPYRIGHT_STR "Copyright (C) " VER_LEGALCOPYRIGHT_YEARS " Francisco Lopes da Silva"
#define VER_LEGALTRADEMARKS_STR "Copyright (C) " VER_LEGALCOPYRIGHT_YEARS " Francisco Lopes da Silva"

#define VER_PRODUCTVERSION 1,00,00,00
#define VER_PRODUCTVERSION_STR "1.00"
#define VER_PRODUCTVERSION_W (0x01000)
#define VER_PRODUCTVERSION_DW (0x01000)
#define VER_PRODUCTVERSION 1,0,1,0
#define VER_PRODUCTVERSION_STR "1.0.1"
#define VER_PRODUCTVERSION_W (0x010001)
#define VER_PRODUCTVERSION_DW (0x010001)
#define VER_FILEDESCRIPTION_STR "Interception API"
#define VER_INTERNALNAME_STR "interception.dll"
#define VER_ORIGINALFILENAME_STR "interception.dll"
Expand Down

0 comments on commit 513556e

Please sign in to comment.