diff --git a/winresources.rc b/winresources.rc index ee6ab88b5..84b7db57b 100644 --- a/winresources.rc +++ b/winresources.rc @@ -4,12 +4,12 @@ IDI_ICON1 ICON "res/vesc.ico" #define VER_FILEVERSION 1,0,0,0 #define VER_FILEVERSION_STR "1.0.0.0\0" -#define VER_PRODUCTVERSION 6,0,0 -#define VER_PRODUCTVERSION_STR "6.0.0\0" +#define VER_PRODUCTVERSION 6,0,2 +#define VER_PRODUCTVERSION_STR "6.0.2\0" #define VER_FILEDESCRIPTION_STR "VESC Tool" #define VER_INTERNALNAME_STR "VESC tool" #define VER_LEGALCOPYRIGHT_STR "Copyright (C) 2016-2022, Benjamin Vedder" -#define VER_ORIGINALFILENAME_STR "vesc_tool_6.00.exe" +#define VER_ORIGINALFILENAME_STR "vesc_tool_test.exe" #define VER_PRODUCTNAME_STR "VESC Tool" VS_VERSION_INFO VERSIONINFO