Skip to content

Commit e1bbb77

Browse files
authored
0.3 version change (#129)
Change the version from 0.2.1 to 0.3.0 Signed-off-by: Mark Feldman <mark.feldman@intel.com>
1 parent 7951c3c commit e1bbb77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ endif()
4747
message(STATUS "CMAKE_INSTALL_PREFIX = ${CMAKE_INSTALL_PREFIX}")
4848

4949
set(SVT_VP9_VERSION_MAJOR "0")
50-
set(SVT_VP9_VERSION_MINOR "2")
51-
set(SVT_VP9_VERSION_PATCHLEVEL "1")
50+
set(SVT_VP9_VERSION_MINOR "3")
51+
set(SVT_VP9_VERSION_PATCHLEVEL "0")
5252

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

0 commit comments

Comments
 (0)