diff options
author | Kawe Mazidjatari <48657826+Mauler125@users.noreply.github.com> | 2022-03-27 10:54:09 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-27 10:54:09 +0200 |
commit | f1a8ce9337ce84f25fc1a78458f43377c7b36f4d (patch) | |
tree | bb5ea746c277f6b6c720deac8e6dadcd682440f7 /LauncherInjector | |
parent | b5405b462656b83a37bf1eb41b049b0913980a13 (diff) | |
parent | 379cbc8bc251307777a14b901e5617e834398485 (diff) | |
download | NorthstarLauncher-f1a8ce9337ce84f25fc1a78458f43377c7b36f4d.tar.gz NorthstarLauncher-f1a8ce9337ce84f25fc1a78458f43377c7b36f4d.zip |
Merge branch 'main' into NetCon
Diffstat (limited to 'LauncherInjector')
-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 |