diff --git a/CMakeLists.txt b/CMakeLists.txt index 90b90406..4a72f018 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -22,7 +22,7 @@ if(POLICY CMP0091) cmake_policy(SET CMP0091 OLD) endif() -project(libuhdr VERSION 1.1.1 LANGUAGES C CXX +project(libuhdr VERSION 1.2.0 LANGUAGES C CXX DESCRIPTION "Library for encoding and decoding ultrahdr images") ########################################################### diff --git a/docs/building.md b/docs/building.md index 0376c2a2..2c5db9d5 100644 --- a/docs/building.md +++ b/docs/building.md @@ -61,6 +61,7 @@ Following is a list of available options: | `UHDR_ENABLE_INSTALL` | ON | Enable install and uninstall targets for libuhdr package.