Skip to content

Commit

Permalink
WinGup 4.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
donho committed Nov 17, 2017
1 parent 6d2e593 commit 33b9031
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ x86/
#[Bb]in/
[Oo]bj/
*.pdb
vcproj/GUP.VC.db

#-- Visual C++ cache files
.vs/
Expand Down
4 changes: 2 additions & 2 deletions src/resource.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 6 additions & 4 deletions vcproj/GUP.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -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</Command>
xcopy ..\src\translations ..\bin\translations\ /S /Y /E
del ..\bin\GUP.iobj
del ..\bin\GUP.ipdb</Command>
</PostBuildEvent>
<PreLinkEvent>
<Command>
Expand Down Expand Up @@ -200,10 +201,11 @@ xcopy ..\src\translations ..\bin\translations\ /S /Y /E</Command>
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</Command>
xcopy ..\src\translations ..\bin64\translations\ /S /Y /E
del ..\bin64\GUP.iobj
del ..\bin64\GUP.ipdb</Command>
</PostBuildEvent>
<PreLinkEvent>
<Command>
Expand Down

0 comments on commit 33b9031

Please sign in to comment.