Skip to content

Commit cfaf0c5

Browse files
committed
Prepere for release 2.3.0
1 parent edc6229 commit cfaf0c5

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake)
44

55
set(PACKAGE "ffmpegthumbnailer")
66
set(PACKAGE_VERSION_MAJOR 2)
7-
set(PACKAGE_VERSION_MINOR 2)
8-
set(PACKAGE_VERSION_PATCH 4)
7+
set(PACKAGE_VERSION_MINOR 3)
8+
set(PACKAGE_VERSION_PATCH 0)
99
set(PACKAGE_VERSION ${PACKAGE_VERSION_MAJOR}.${PACKAGE_VERSION_MINOR}.${PACKAGE_VERSION_PATCH})
1010

1111
set(CPACK_PACKAGE_NAME ${PACKAGE})
@@ -116,7 +116,7 @@ if (HAVE_PNG)
116116
endif ()
117117

118118
set (FFMPEGTHUMBNAILER_SOVERSION_CURRENT 4)
119-
set (FFMPEGTHUMBNAILER_SOVERSION_REVISION 15)
119+
set (FFMPEGTHUMBNAILER_SOVERSION_REVISION 16)
120120
set (FFMPEGTHUMBNAILER_SOVERSION_AGE 1)
121121

122122
if (ENABLE_STATIC)

ChangeLog

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
FFmpegThumbnailer 2.3.0
2+
- ENABLE_AUDIO_THUMBNAILER cmake option to enable audio thumbnailer
3+
14
FFmpegThumbnailer 2.2.4
25
- Compile with c++14 standard
36
- Fix build against latest ffmpeg

0 commit comments

Comments
 (0)