From 217369c46d68cd04c94d20ca93bad65026e88dd0 Mon Sep 17 00:00:00 2001 From: gal kahana Date: Fri, 12 Jan 2024 15:15:41 +0200 Subject: [PATCH] v4.6.3 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e32c8833..ef92ace3 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.2) +project(PDFHummus VERSION 4.6.3) option(USE_BUNDLED "Whether to use bundled libraries" TRUE)