Skip to content

Commit 8e3380e

Browse files
authored
Pre-release changes (#970)
1 parent 97c5f82 commit 8e3380e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
libfm-qt-2.0.1 / 2024-05-04
2+
============================
3+
* Removed a redundant child-parent relation in pathbar to prevent a rare crash with Qt ≥ 6.7.
4+
15
libfm-qt-2.0.0 / 2024-04-17
26
============================
37
* Ported to Qt6.

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ set(LIBFM_QT_LIBRARY_NAME "fm-qt6" CACHE STRING "fm-qt6")
1010

1111
set(LIBFM_QT_API_VERSION_MAJOR 2)
1212
set(LIBFM_QT_API_VERSION_MINOR 0)
13-
set(LIBFM_QT_API_VERSION_PATCH 0)
13+
set(LIBFM_QT_API_VERSION_PATCH 1)
1414
set(LIBFM_QT_API_VERSION ${LIBFM_QT_API_VERSION_MAJOR}.${LIBFM_QT_API_VERSION_MINOR}.${LIBFM_QT_API_VERSION_PATCH})
1515

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

0 commit comments

Comments
 (0)