From 68f0977e9ae250334a21b294e7634d4704a49678 Mon Sep 17 00:00:00 2001 From: Lu Wang Date: Fri, 1 May 2015 13:45:52 +0800 Subject: [PATCH] 0.14.1 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9567e70..03bf768 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,7 @@ option(ENABLE_SVG "Enable SVG support, for generating SVG background images and include_directories(${CMAKE_SOURCE_DIR}/src) -set(PDF2HTMLEX_VERSION "0.14.0") +set(PDF2HTMLEX_VERSION "0.14.1") set(ARCHIVE_NAME pdf2htmlex-${PDF2HTMLEX_VERSION}) add_custom_target(dist COMMAND git archive --prefix=${ARCHIVE_NAME}/ HEAD