Skip to content

Commit

Permalink
Prerelease changes (#407)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsujan authored Jan 1, 2022
1 parent 536826d commit 4dfb05b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
lxqt-session-1.0.1 / 2022-01-01
================================
* Restart failed modules with exit codes other than 0.

lxqt-session-1.0.0 / 2021-11-04
================================
* Updated AUTHORS.
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ endif()
find_package(XdgUserDirs REQUIRED)

# Patch Version
set(LXQT_SESSION_PATCH_VERSION 0)
set(LXQT_SESSION_PATCH_VERSION 1)

set(LXQT_SESSION_VERSION ${LXQT_MAJOR_VERSION}.${LXQT_MINOR_VERSION}.${LXQT_SESSION_PATCH_VERSION})
add_definitions(
Expand Down

0 comments on commit 4dfb05b

Please sign in to comment.