Skip to content

Commit 026298a

Browse files
authored
Pre-release changes (#973)
1 parent ee2bb39 commit 026298a

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.2 / 2024-05-08
2+
============================
3+
* Fixed a regression in running executable files in terminal.
4+
15
libfm-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.

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 1)
13+
set(LIBFM_QT_API_VERSION_PATCH 2)
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)