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
+
1
5
libfm-qt-2.0.1 / 2024-05-04
2
6
============================
3
7
* 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")
10
10
11
11
set (LIBFM_QT_API_VERSION_MAJOR 2 )
12
12
set (LIBFM_QT_API_VERSION_MINOR 0 )
13
- set (LIBFM_QT_API_VERSION_PATCH 1 )
13
+ set (LIBFM_QT_API_VERSION_PATCH 2 )
14
14
set (LIBFM_QT_API_VERSION ${LIBFM_QT_API_VERSION_MAJOR} .${LIBFM_QT_API_VERSION_MINOR}.${LIBFM_QT_API_VERSION_PATCH} )
15
15
16
16
list (APPEND CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR} /cmake" )
You can’t perform that action at this time.
0 commit comments