Skip to content

Commit

Permalink
Pre-release changes (#322)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsujan authored Apr 15, 2023
1 parent 85f05f7 commit 7eaea6c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
liblxqt-1.3.0 / 2023-04-15
===========================
* Updated translations and bumped version to 1.3.0.

liblxqt-1.2.0 / 2022-11-05
===========================
* Updated translations and bumped version to 1.2.0.
Expand Down
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ cmake_minimum_required(VERSION 3.1.0 FATAL_ERROR)
project(liblxqt)


set(LXQTBT_MINIMUM_VERSION "0.12.0")
set(LXQTBT_MINIMUM_VERSION "0.13.0")
set(KF5_MINIMUM_VERSION "5.36.0")
set(QT_MINIMUM_VERSION "5.15.0")
set(QTXDG_MINIMUM_VERSION "3.10.0")
set(QTXDG_MINIMUM_VERSION "3.11.0")

# Major LXQt Version, belong to all components
set(LXQT_MAJOR_VERSION 1)
# Minor LXQt Version, belong to all components
set(LXQT_MINOR_VERSION 2)
set(LXQT_MINOR_VERSION 3)
#
# Patch Version, belong *only* to the component
# LXQt is 0.13 - liblxqt is at patch version 0
Expand Down

0 comments on commit 7eaea6c

Please sign in to comment.