aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBarichello <artur@barichello.me>2022-01-19 16:16:02 -0300
committerBarichello <artur@barichello.me>2022-01-19 16:16:02 -0300
commitce369d39889304b5712e9628c7ae084c27a1cce2 (patch)
tree22247b8e62b143a98ad3a8a3925b62eec520b8b6
parente614f3797021959b008c2c502f9300501afae3ca (diff)
downloadNorthstarLauncher-ce369d39889304b5712e9628c7ae084c27a1cce2.tar.gz
NorthstarLauncher-ce369d39889304b5712e9628c7ae084c27a1cce2.zip
Set resource version to DEV
-rw-r--r--LauncherInjector/resources.rc8
1 files changed, 4 insertions, 4 deletions
diff --git a/LauncherInjector/resources.rc b/LauncherInjector/resources.rc
index c065b7bb..8a1cde40 100644
--- a/LauncherInjector/resources.rc
+++ b/LauncherInjector/resources.rc
@@ -61,8 +61,8 @@ IDI_ICON1 ICON "ns_icon.ico"
//
VS_VERSION_INFO VERSIONINFO
- FILEVERSION 1,3,0,0
- PRODUCTVERSION 1,3,0,0
+ FILEVERSION 0,0,0,0
+ PRODUCTVERSION 0,0,0,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
@@ -79,12 +79,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "Northstar Developers"
VALUE "FileDescription", "Northstar Launcher"
- VALUE "FileVersion", "1.3.0.0"
+ VALUE "FileVersion", "DEV"
VALUE "InternalName", "NorthstarLauncher.exe"
VALUE "LegalCopyright", "Copyright (C) 2021"
VALUE "OriginalFilename", "NorthstarLauncher.exe"
VALUE "ProductName", "Northstar Launcher"
- VALUE "ProductVersion", "1.3.0.0"
+ VALUE "ProductVersion", "DEV"
END
END
BLOCK "VarFileInfo"