Skip to content

Commit 36ad048

Browse files
committed
increase version to v1.0.18
1 parent 8b305cb commit 36ad048

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cmake_minimum_required (VERSION 3.16.3)
22

33
project (libde265
44
LANGUAGES C CXX
5-
VERSION 1.0.17
5+
VERSION 1.0.18
66
)
77

88
# Auto-compute BCD-encoded numeric version from project version.
@@ -35,7 +35,7 @@ set (PACKAGE_VERSION ${PROJECT_VERSION})
3535
# Programs linked against libde265.so.0 will work with any libde265.so.0.x.y.
3636
#
3737
set(DE265_SOVERSION 0)
38-
set(DE265_LIBRARY_VERSION "0.1.10")
38+
set(DE265_LIBRARY_VERSION "0.1.11")
3939

4040
set(CMAKE_CXX_STANDARD 17)
4141
set(CMAKE_CXX_STANDARD_REQUIRED ON)

0 commit comments

Comments
 (0)