Skip to content

Commit 6116b64

Browse files
author
Clement Champetier
committed
Up to v0.5.10
From now use version numbers as follow: major.minor.patch * major: major update * minor: new feature / API change * patch: fix
1 parent 0f8be92 commit 6116b64

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 "5")
8-
set(AVTRANSCODER_VERSION_MICRO "9")
8+
set(AVTRANSCODER_VERSION_MICRO "10")
99
set(AVTRANSCODER_VERSION ${AVTRANSCODER_VERSION_MAJOR}.${AVTRANSCODER_VERSION_MINOR}.${AVTRANSCODER_VERSION_MICRO})
1010

1111
# Define AvTranscoder versions

0 commit comments

Comments
 (0)