Skip to content

Commit fed4f35

Browse files
author
Valentin Noel
committed
Version: update to 0.4.1
Release note: - Fix missing frame when transcoding - Add getBitDepth method to VideoProperties
1 parent 63b4a0b commit fed4f35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ project(AvTranscoder)
55
# Set AvTranscoder versions
66
set(AVTRANSCODER_VERSION_MAJOR "0")
77
set(AVTRANSCODER_VERSION_MINOR "4")
8-
set(AVTRANSCODER_VERSION_MICRO "0")
8+
set(AVTRANSCODER_VERSION_MICRO "1")
99
set(AVTRANSCODER_VERSION ${AVTRANSCODER_VERSION_MAJOR}.${AVTRANSCODER_VERSION_MINOR}.${AVTRANSCODER_VERSION_MICRO})
1010

1111
# Define AvTranscoder versions

0 commit comments

Comments
 (0)