diff options
author | Emma Miler <27428383+emma-miler@users.noreply.github.com> | 2022-03-26 00:56:52 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-26 00:56:52 +0100 |
commit | ebba08beb9e3227c2b646f83745fc0ce5b142264 (patch) | |
tree | 7c78d368aa1bc674a050b6aba12340b6c1ba1b1a /LauncherInjector/resources.rc | |
parent | de7deafc7e6ba53deec8dd3c05d2ea5e7cf42264 (diff) | |
download | NorthstarLauncher-ebba08beb9e3227c2b646f83745fc0ce5b142264.tar.gz NorthstarLauncher-ebba08beb9e3227c2b646f83745fc0ce5b142264.zip |
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 <gecko.eidechse+git@pm.me>
Diffstat (limited to 'LauncherInjector/resources.rc')
-rw-r--r-- | LauncherInjector/resources.rc | 4 |
1 files changed, 2 insertions, 2 deletions
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 |