https://git.reactos.org/?p=reactos.git;a=commitdiff;h=12489f691b0e0024543d52330e4b09c80e88e0f7

commit 12489f691b0e0024543d52330e4b09c80e88e0f7
Author:     Mark Jansen <[email protected]>
AuthorDate: Wed Sep 30 19:23:55 2020 +0200
Commit:     Mark Jansen <[email protected]>
CommitDate: Sun Oct 11 17:01:06 2020 +0200

    [RAPPS] Bump the rapps user agent version
---
 base/applications/rapps/loaddlg.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/base/applications/rapps/loaddlg.cpp 
b/base/applications/rapps/loaddlg.cpp
index c845257428e..ec1ee2a8e6b 100644
--- a/base/applications/rapps/loaddlg.cpp
+++ b/base/applications/rapps/loaddlg.cpp
@@ -563,7 +563,7 @@ unsigned int WINAPI CDownloadManager::ThreadFunc(LPVOID 
param)
     HANDLE hOut = INVALID_HANDLE_VALUE;
 
     unsigned char lpBuffer[4096];
-    LPCWSTR lpszAgent = L"RApps/1.0";
+    LPCWSTR lpszAgent = L"RApps/1.1";
     URL_COMPONENTSW urlComponents;
     size_t urlLength, filenameLength;
 

Reply via email to