From a501d1604ee8288d2f981344bf0c4387a42c0996 Mon Sep 17 00:00:00 2001 From: stephengaito Date: Thu, 26 Sep 2019 16:33:56 +0100 Subject: [PATCH] bumped patch version number for poppler-0.76.0 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c455c92..10f9c07 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.1") +set(PDF2HTMLEX_VERSION "0.18.2") set(ARCHIVE_NAME pdf2htmlex-${PDF2HTMLEX_VERSION}) add_custom_target(dist COMMAND git archive --prefix=${ARCHIVE_NAME}/ HEAD