Commit e2062c8 1 parent f7261f9 commit e2062c8 Copy full SHA for e2062c8
File tree 2 files changed +9
-1
lines changed
2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake)
5
5
set (PACKAGE "ffmpegthumbnailer" )
6
6
set (PACKAGE_VERSION_MAJOR 2)
7
7
set (PACKAGE_VERSION_MINOR 2)
8
- set (PACKAGE_VERSION_PATCH 2 )
8
+ set (PACKAGE_VERSION_PATCH 3 )
9
9
set (PACKAGE_VERSION ${PACKAGE_VERSION_MAJOR} .${PACKAGE_VERSION_MINOR} .${PACKAGE_VERSION_PATCH} )
10
10
11
11
set (CPACK_PACKAGE_NAME ${PACKAGE} )
Original file line number Diff line number Diff line change
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
+
1
9
FFmpegThumbnailer 2.2.2
2
10
- Removed unstable continuous thumbnail creation
3
11
You can’t perform that action at this time.
0 commit comments