Skip to content

Commit

Permalink
Bump up SRT_VERSION to 1.2.2
Browse files Browse the repository at this point in the history
This patch is a fix for last released version.
Although 1.2.1 has been release, soname and version string in
.pc file still stay 1.2.0.
To avoid confusion, one minor version is bumped up.

Signed-off-by: Justin Kim <[email protected]>
  • Loading branch information
Justin Kim authored and rndi committed Nov 20, 2017
1 parent 7990536 commit dc567b7
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 @@ -26,7 +26,7 @@ set (CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/scripts")
include(haiUtil)
include(FindPkgConfig)

set (SRT_VERSION 1.2.0)
set (SRT_VERSION 1.2.2)
set_version_variables(SRT_VERSION ${SRT_VERSION})

if (NOT DEFINED ENABLE_DEBUG)
Expand Down

0 comments on commit dc567b7

Please sign in to comment.