File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 1+ libfm-qt-2.0.2 / 2024-05-08
2+ ============================
3+ * Fixed a regression in running executable files in terminal.
4+
15libfm-qt-2.0.1 / 2024-05-04
26============================
37 * Removed a redundant child-parent relation in pathbar to prevent a rare crash with Qt ≥ 6.7.
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ set(LIBFM_QT_LIBRARY_NAME "fm-qt6" CACHE STRING "fm-qt6")
1010
1111set (LIBFM_QT_API_VERSION_MAJOR 2)
1212set (LIBFM_QT_API_VERSION_MINOR 0)
13- set (LIBFM_QT_API_VERSION_PATCH 1 )
13+ set (LIBFM_QT_API_VERSION_PATCH 2 )
1414set (LIBFM_QT_API_VERSION ${LIBFM_QT_API_VERSION_MAJOR} .${LIBFM_QT_API_VERSION_MINOR} .${LIBFM_QT_API_VERSION_PATCH} )
1515
1616list (APPEND CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR} /cmake" )
You can’t perform that action at this time.
0 commit comments