diff --git a/CMakeLists.txt b/CMakeLists.txt index b0d2bb77..5947c1c5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.15) # Soname # MAJOR is incremented when symbols are removed or changed in an incompatible way # MINOR is incremented when new symbols are added -project(PDFHummus VERSION 4.6.4) +project(PDFHummus VERSION 4.6.5) option(USE_BUNDLED "Whether to use bundled libraries" TRUE)