Skip to content

Commit e2062c8

Browse files
committed
Version 2.2.3
1 parent f7261f9 commit e2062c8

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CMakeLists.txt

+1-1
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 2)
8+
set(PACKAGE_VERSION_PATCH 3)
99
set(PACKAGE_VERSION ${PACKAGE_VERSION_MAJOR}.${PACKAGE_VERSION_MINOR}.${PACKAGE_VERSION_PATCH})
1010

1111
set(CPACK_PACKAGE_NAME ${PACKAGE})

ChangeLog

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
FFmpegThumbnailer 2.2.3
2+
- Fix build against latest ffmpeg
3+
- Fix build with recent compiler versions
4+
- Perform error checking for integer command line arguments
5+
- Update MimeTypes in .desktop file
6+
- Fix string out of range error
7+
8+
19
FFmpegThumbnailer 2.2.2
210
- Removed unstable continuous thumbnail creation
311

0 commit comments

Comments
 (0)