Skip to content

Commit

Permalink
Pre-release changes (#973)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsujan authored May 8, 2024
1 parent ee2bb39 commit 026298a
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 @@
libfm-qt-2.0.2 / 2024-05-08
============================
* Fixed a regression in running executable files in terminal.

libfm-qt-2.0.1 / 2024-05-04
============================
* Removed a redundant child-parent relation in pathbar to prevent a rare crash with Qt ≥ 6.7.
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ set(LIBFM_QT_LIBRARY_NAME "fm-qt6" CACHE STRING "fm-qt6")

set(LIBFM_QT_API_VERSION_MAJOR 2)
set(LIBFM_QT_API_VERSION_MINOR 0)
set(LIBFM_QT_API_VERSION_PATCH 1)
set(LIBFM_QT_API_VERSION_PATCH 2)
set(LIBFM_QT_API_VERSION ${LIBFM_QT_API_VERSION_MAJOR}.${LIBFM_QT_API_VERSION_MINOR}.${LIBFM_QT_API_VERSION_PATCH})

list(APPEND CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake")
Expand Down

0 comments on commit 026298a

Please sign in to comment.