From 513556e660893ca294b2e287143abb40a9170bb3 Mon Sep 17 00:00:00 2001 From: Francisco Lopes Date: Fri, 12 May 2017 01:47:59 -0300 Subject: [PATCH] API version bump --- library/interception.rc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/library/interception.rc b/library/interception.rc index 27b3c36..e91f60f 100644 --- a/library/interception.rc +++ b/library/interception.rc @@ -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"