Skip to content

Commit 4dfb05b

Browse files
authored
Prerelease changes (#407)
1 parent 536826d commit 4dfb05b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
lxqt-session-1.0.1 / 2022-01-01
2+
================================
3+
* Restart failed modules with exit codes other than 0.
4+
15
lxqt-session-1.0.0 / 2021-11-04
26
================================
37
* Updated AUTHORS.

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ endif()
4040
find_package(XdgUserDirs REQUIRED)
4141

4242
# Patch Version
43-
set(LXQT_SESSION_PATCH_VERSION 0)
43+
set(LXQT_SESSION_PATCH_VERSION 1)
4444

4545
set(LXQT_SESSION_VERSION ${LXQT_MAJOR_VERSION}.${LXQT_MINOR_VERSION}.${LXQT_SESSION_PATCH_VERSION})
4646
add_definitions(

0 commit comments

Comments
 (0)