File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11cmake_minimum_required (VERSION 3.10)
22
3- project (qlogexplorer VERSION 1.1.1 LANGUAGES CXX)
3+ project (qlogexplorer VERSION 1.1.2 LANGUAGES CXX)
44set (APP_NAME "QLogExplorer" )
55set (PROJ_URL "https://github.com/rafaelfassi/qlogexplorer" )
66set (APP_URL "https://rafaelfassi.github.io/qlogexplorer/" )
Original file line number Diff line number Diff line change 11; Will be replaced by the release script
22#define ProjName " qlogexplorer"
33#define AppName " QLogExplorer"
4- #define AppVersion " 1.1.1 "
4+ #define AppVersion " 1.1.2 "
55#define AppURL " https://rafaelfassi.github.io/qlogexplorer/"
66; Calculated and fixed values
77#define AppAssocExt " .log"
Original file line number Diff line number Diff line change @@ -4,21 +4,21 @@ IDI_ICON1 ICON DISCARDABLE "qlogexplorer.ico"
44#include <windows.h>
55
66VS_VERSION_INFO VERSIONINFO
7- FILEVERSION 1,1,1 ,0
8- PRODUCTVERSION 1,1,1 ,0
7+ FILEVERSION 1,1,2 ,0
8+ PRODUCTVERSION 1,1,2 ,0
99BEGIN
1010 BLOCK "StringFileInfo"
1111 BEGIN
1212 BLOCK "040904E4"
1313 BEGIN
1414 VALUE "CompanyName", "QLogExplorer Project"
1515 VALUE "FileDescription", "QLogExplorer - Advanced Log Viewer"
16- VALUE "FileVersion", "1.1.1 .0\0"
16+ VALUE "FileVersion", "1.1.2 .0\0"
1717 VALUE "InternalName", "QLogExplorer"
1818 VALUE "LegalCopyright", "(c) 2022 QLogExplorer Project"
1919 VALUE "OriginalFilename", "qlogexplorer.exe"
2020 VALUE "ProductName", "QLogExplorer"
21- VALUE "ProductVersion", "1.1.1 \0"
21+ VALUE "ProductVersion", "1.1.2 \0"
2222 END
2323 END
2424
You can’t perform that action at this time.
0 commit comments