Skip to content

Commit eb844bc

Browse files
authored
Pre-release changes (#312)
1 parent bb9a6f4 commit eb844bc

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
liblxqt-1.2.0 / 2022-11-05
2+
===========================
3+
* Updated translations and bumped version to 1.2.0.
4+
15
liblxqt-1.1.0 / 2022-04-15
26
===========================
37
* Added support relative paths in `wallpaper.cfg`.

CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ cmake_minimum_required(VERSION 3.1.0 FATAL_ERROR)
77
project(liblxqt)
88

99

10-
set(LXQTBT_MINIMUM_VERSION "0.11.0")
10+
set(LXQTBT_MINIMUM_VERSION "0.12.0")
1111
set(KF5_MINIMUM_VERSION "5.36.0")
1212
set(QT_MINIMUM_VERSION "5.15.0")
13-
set(QTXDG_MINIMUM_VERSION "3.9.0")
13+
set(QTXDG_MINIMUM_VERSION "3.10.0")
1414

1515
# Major LXQt Version, belong to all components
1616
set(LXQT_MAJOR_VERSION 1)
1717
# Minor LXQt Version, belong to all components
18-
set(LXQT_MINOR_VERSION 1)
18+
set(LXQT_MINOR_VERSION 2)
1919
#
2020
# Patch Version, belong *only* to the component
2121
# LXQt is 0.13 - liblxqt is at patch version 0

0 commit comments

Comments
 (0)