From 5d5df5586ed4a8f4ff13a9f7050b4d1440601a5c Mon Sep 17 00:00:00 2001 From: gal kahana Date: Fri, 24 Mar 2023 14:24:26 +0300 Subject: [PATCH] release 4.5.6 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index cd48c06e..906a144f 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.5.5) +project(PDFHummus VERSION 4.5.6) option(USE_BUNDLED "Whether to use bundled libraries" TRUE)