From 5c75187eaf4e8c210df1ea00d0ef5059592d7366 Mon Sep 17 00:00:00 2001 From: stephengaito Date: Fri, 27 Sep 2019 09:31:38 +0100 Subject: [PATCH] bumpd patch version for poppler-0.79.0 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a3b91c8..347a0c3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,7 +10,7 @@ option(ENABLE_SVG "Enable SVG support, for generating SVG background images and include_directories(${CMAKE_SOURCE_DIR}/src) -set(PDF2HTMLEX_VERSION "0.18.4") +set(PDF2HTMLEX_VERSION "0.18.5") set(ARCHIVE_NAME pdf2htmlex-${PDF2HTMLEX_VERSION}) add_custom_target(dist COMMAND git archive --prefix=${ARCHIVE_NAME}/ HEAD