Skip to content

Commit a63ab0d

Browse files
committed
Version 1.1.1
1 parent 8182078 commit a63ab0d

File tree

4 files changed

+12
-6
lines changed

4 files changed

+12
-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.0 LANGUAGES CXX)
3+
project(qlogexplorer VERSION 1.1.1 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/linux/xdg/metainfo/qlogexplorer.appdata.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,12 @@
4545
</screenshot>
4646
</screenshots>
4747
<releases>
48+
<release version="1.1.1" date="2026-01-11">
49+
<description>
50+
<p>Update to Qt6.8 LTS</p>
51+
<p>Minor fixes</p>
52+
</description>
53+
</release>
4854
<release version="1.1.0" date="2026-01-11">
4955
<description>
5056
<p>Update to Qt6</p>

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.0"
4+
#define AppVersion "1.1.1"
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,0,0
8-
PRODUCTVERSION 1,1,0,0
7+
FILEVERSION 1,1,1,0
8+
PRODUCTVERSION 1,1,1,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.0.0\0"
16+
VALUE "FileVersion", "1.1.1.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.0\0"
21+
VALUE "ProductVersion", "1.1.1\0"
2222
END
2323
END
2424

0 commit comments

Comments
 (0)