diff --git a/gta5view b/gta5view
index 94a263f..1b6cb51 160000
--- a/gta5view
+++ b/gta5view
@@ -1 +1 @@
-Subproject commit 94a263f501df3a6bd3ca6e5794736983c5d08601
+Subproject commit 1b6cb511be6fbf86b89a0a3d7121d99796966e17
diff --git a/main.cpp b/main.cpp
index b24225c..62e86d8 100644
--- a/main.cpp
+++ b/main.cpp
@@ -472,7 +472,7 @@ int main(int argc, char *argv[])
}
}
else {
- cout << "gta5view Command Line 0.5.1" << endl << endl;
+ cout << "gta5view Command Line" << endl << endl;
cout << "Usage: " << args.at(0).toStdString() << " source target -format -mode -flag=value" << endl;
if (args.length() >= 2 && (args.at(1) == "--help" || args.at(1) == "-help")) {
cout << "Convert-only: <autodef> (auto file name at convert)" << endl;
diff --git a/res/app.rc b/res/app.rc
index bbcbdac..b92e7f3 100644
--- a/res/app.rc
+++ b/res/app.rc
@@ -7,8 +7,8 @@ CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST "gta5view-cmd.exe.manifest"
#include <windows.h>
VS_VERSION_INFO VERSIONINFO
-FILEVERSION 0, 5, 1, 0
-PRODUCTVERSION 0, 5, 1, 0
+FILEVERSION 0, 5, 0, 0
+PRODUCTVERSION 0, 5, 0, 0
FILEFLAGSMASK 0x3fL
FILEFLAGS 0
FILEOS VOS_NT_WINDOWS32
@@ -25,12 +25,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "Syping"
VALUE "FileDescription", "gta5view-cmd"
- VALUE "FileVersion", "0.5.1"
+ VALUE "FileVersion", "0.5.0"
VALUE "InternalName", "gta5view-cmd"
VALUE "LegalCopyright", "Copyright � 2017-2020 Syping"
VALUE "OriginalFilename", "gta5view-cmd.exe"
VALUE "ProductName", "gta5view-cmd"
- VALUE "ProductVersion", "0.5.1"
+ VALUE "ProductVersion", "0.5.0"
END
END
END