Skip to content

Commit 7635038

Browse files
committed
Release 2.2.4
1 parent aeeeec3 commit 7635038

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake)
55
set(PACKAGE "ffmpegthumbnailer")
66
set(PACKAGE_VERSION_MAJOR 2)
77
set(PACKAGE_VERSION_MINOR 2)
8-
set(PACKAGE_VERSION_PATCH 3)
8+
set(PACKAGE_VERSION_PATCH 4)
99
set(PACKAGE_VERSION ${PACKAGE_VERSION_MAJOR}.${PACKAGE_VERSION_MINOR}.${PACKAGE_VERSION_PATCH})
1010

1111
set(CPACK_PACKAGE_NAME ${PACKAGE})

ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
FFmpegThumbnailer 2.2.4
2+
- Compile with c++14 standard
3+
- Fix build against latest ffmpeg
4+
- Fix filter remove call
5+
16
FFmpegThumbnailer 2.2.3
27
- Fix build against latest ffmpeg
38
- Fix build with recent compiler versions

0 commit comments

Comments
 (0)