Skip to content

Commit

Permalink
increase version to v1.18.2
Browse files Browse the repository at this point in the history
  • Loading branch information
farindk committed Aug 7, 2024
1 parent cae127b commit bf35e9e
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
@@ -1,6 +1,6 @@
cmake_minimum_required (VERSION 3.16.3) # Oldest Ubuntu LTS (20.04 currently)

project(libheif LANGUAGES C CXX VERSION 1.18.1)
project(libheif LANGUAGES C CXX VERSION 1.18.2)

# compatibility_version is never allowed to be decreased for any specific SONAME.
# Libtool in the libheif-1.15.1 release had set it to 17.0.0, so we have to use this for the v1.x.y versions.
Expand Down

0 comments on commit bf35e9e

Please sign in to comment.