From 33b9031991072b19f0883c29f4a81e130ff653f9 Mon Sep 17 00:00:00 2001 From: Don Ho Date: Fri, 17 Nov 2017 09:25:42 +0100 Subject: [PATCH] WinGup 4.2 release --- .gitignore | 1 + src/resource.h | 4 ++-- vcproj/GUP.vcxproj | 10 ++++++---- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 1b69427e..36c54019 100644 --- a/.gitignore +++ b/.gitignore @@ -14,6 +14,7 @@ x86/ #[Bb]in/ [Oo]bj/ *.pdb +vcproj/GUP.VC.db #-- Visual C++ cache files .vs/ diff --git a/src/resource.h b/src/resource.h index 2957fe8f..2aa9d457 100644 --- a/src/resource.h +++ b/src/resource.h @@ -20,8 +20,8 @@ #ifndef RESOURCE_H #define RESOURCE_H -#define VERSION_VALUE "4.1\0" -#define VERSION_DIGITALVALUE 4, 1, 0, 0 +#define VERSION_VALUE "4.2\0" +#define VERSION_DIGITALVALUE 4, 2, 0, 0 #define IDD_PROGRESS_DLG 1001 #define IDD_PROXY_DLG 1002 diff --git a/vcproj/GUP.vcxproj b/vcproj/GUP.vcxproj index a06d594c..3bdb224a 100644 --- a/vcproj/GUP.vcxproj +++ b/vcproj/GUP.vcxproj @@ -162,10 +162,11 @@ copy ..\src\ConfigFiles\gup.xml ..\bin\gup.xml copy ..\src\ConfigFiles\getDownLoadUrl.php ..\bin\getDownLoadUrl.php copy ..\LICENSE ..\bin\LICENSE -copy ..\gpl.txt ..\bin\gpl.txt copy ..\README.md ..\bin\README.md copy ..\curl\builds\libcurl-vc14-x86-release-dll-ipv6-sspi-winssl\bin\libcurl.dll ..\bin\libcurl.dll -xcopy ..\src\translations ..\bin\translations\ /S /Y /E +xcopy ..\src\translations ..\bin\translations\ /S /Y /E +del ..\bin\GUP.iobj +del ..\bin\GUP.ipdb @@ -200,10 +201,11 @@ xcopy ..\src\translations ..\bin\translations\ /S /Y /E copy ..\src\ConfigFiles\gup.xml ..\bin64\gup.xml copy ..\src\ConfigFiles\getDownLoadUrl.php ..\bin64\getDownLoadUrl.php copy ..\LICENSE ..\bin64\LICENSE -copy ..\gpl.txt ..\bin64\gpl.txt copy ..\README.md ..\bin64\README.md copy ..\curl\builds\libcurl-vc14-x64-release-dll-ipv6-sspi-winssl\bin\libcurl.dll ..\bin64\libcurl.dll -xcopy ..\src\translations ..\bin64\translations\ /S /Y /E +xcopy ..\src\translations ..\bin64\translations\ /S /Y /E +del ..\bin64\GUP.iobj +del ..\bin64\GUP.ipdb