Skip to content

Commit 8bad1a3

Browse files
committed
Version 1.1.2
1 parent 1ad6e90 commit 8bad1a3

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required(VERSION 3.10)
22

3-
project(qlogexplorer VERSION 1.1.1 LANGUAGES CXX)
3+
project(qlogexplorer VERSION 1.1.2 LANGUAGES CXX)
44
set(APP_NAME "QLogExplorer")
55
set(PROJ_URL "https://github.com/rafaelfassi/qlogexplorer")
66
set(APP_URL "https://rafaelfassi.github.io/qlogexplorer/")

packaging/win/innosetup.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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"

packaging/win/qlogexplorer.rc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,21 @@ IDI_ICON1 ICON DISCARDABLE "qlogexplorer.ico"
44
#include <windows.h>
55

66
VS_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
99
BEGIN
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

0 commit comments

Comments
 (0)