Skip to content

Commit

Permalink
0.3 version change (#129)
Browse files Browse the repository at this point in the history
Change the version from 0.2.1 to 0.3.0

Signed-off-by: Mark Feldman <[email protected]>
  • Loading branch information
intelmark authored Oct 30, 2020
1 parent 7951c3c commit e1bbb77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ endif()
message(STATUS "CMAKE_INSTALL_PREFIX = ${CMAKE_INSTALL_PREFIX}")

set(SVT_VP9_VERSION_MAJOR "0")
set(SVT_VP9_VERSION_MINOR "2")
set(SVT_VP9_VERSION_PATCHLEVEL "1")
set(SVT_VP9_VERSION_MINOR "3")
set(SVT_VP9_VERSION_PATCHLEVEL "0")

configure_file(${PROJECT_SOURCE_DIR}/Source/API/EbApiVersion.h.in ${PROJECT_SOURCE_DIR}/Source/API/EbApiVersion.h @ONLY)

Expand Down

0 comments on commit e1bbb77

Please sign in to comment.