Skip to content

Commit

Permalink
Version: update to 0.4.1
Browse files Browse the repository at this point in the history
Release note:
 - Fix missing frame when transcoding
 - Add getBitDepth method to VideoProperties
  • Loading branch information
Valentin Noel committed Dec 9, 2014
1 parent 63b4a0b commit fed4f35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ project(AvTranscoder)
# Set AvTranscoder versions
set(AVTRANSCODER_VERSION_MAJOR "0")
set(AVTRANSCODER_VERSION_MINOR "4")
set(AVTRANSCODER_VERSION_MICRO "0")
set(AVTRANSCODER_VERSION_MICRO "1")
set(AVTRANSCODER_VERSION ${AVTRANSCODER_VERSION_MAJOR}.${AVTRANSCODER_VERSION_MINOR}.${AVTRANSCODER_VERSION_MICRO})

# Define AvTranscoder versions
Expand Down

0 comments on commit fed4f35

Please sign in to comment.