Skip to content

Commit

Permalink
Update to v0.3.1
Browse files Browse the repository at this point in the history
Fix AVRational in bindings.
  • Loading branch information
Clement Champetier committed Nov 25, 2014
1 parent e573d38 commit e042e76
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 "3")
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 e042e76

Please sign in to comment.