From ebba08beb9e3227c2b646f83745fc0ce5b142264 Mon Sep 17 00:00:00 2001 From: Emma Miler <27428383+emma-miler@users.noreply.github.com> Date: Sat, 26 Mar 2022 00:56:52 +0100 Subject: Add version numbering to all master server requests (#113) * Add version numbering to all master server requests * Use "+dev" for user agent if dev version instead of "-dev" * Replace "FindResource" with "FindResourceW" As per code review suggestion https://github.com/R2Northstar/NorthstarLauncher/pull/113#discussion_r834788821 * Set User-Agent in SetCommonHttpClientOptions instead of for each curl call individually As per code review suggestion https://github.com/R2Northstar/NorthstarLauncher/pull/113#discussion_r834789168 Co-authored-by: GeckoEidechse --- LauncherInjector/resources.rc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'LauncherInjector') diff --git a/LauncherInjector/resources.rc b/LauncherInjector/resources.rc index 8a1cde40..99fcc41e 100644 --- a/LauncherInjector/resources.rc +++ b/LauncherInjector/resources.rc @@ -61,8 +61,8 @@ IDI_ICON1 ICON "ns_icon.ico" // VS_VERSION_INFO VERSIONINFO - FILEVERSION 0,0,0,0 - PRODUCTVERSION 0,0,0,0 + FILEVERSION 0,0,0,1 + PRODUCTVERSION 0,0,0,1 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L -- cgit v1.2.3