From 394354f255a6bc289b36ef57b3ee4dcc0199ea25 Mon Sep 17 00:00:00 2001 From: Lu Wang Date: Fri, 1 May 2015 19:04:00 +0800 Subject: [PATCH] fixes #513; 0.14.2 --- CMakeLists.txt | 2 +- src/pdf2htmlEX.cc | 7 ------- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 03bf768..39099b1 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.1") +set(PDF2HTMLEX_VERSION "0.14.2") set(ARCHIVE_NAME pdf2htmlex-${PDF2HTMLEX_VERSION}) add_custom_target(dist COMMAND git archive --prefix=${ARCHIVE_NAME}/ HEAD diff --git a/src/pdf2htmlEX.cc b/src/pdf2htmlEX.cc index 10d9925..02c7397 100644 --- a/src/pdf2htmlEX.cc +++ b/src/pdf2htmlEX.cc @@ -76,13 +76,6 @@ void show_version_and_exit(const char * dummy = nullptr) #endif cerr << endl; - // TODO: define constants - if(ffw_get_version() < 20130101LL) - { - cerr << endl - << "Warning: pdf2htmlEX has been built with a too old version of Fontforge, which is not supported." << endl; - } - cerr << endl; exit(EXIT_SUCCESS); }