Skip to content

Commit

Permalink
0.14.4
Browse files Browse the repository at this point in the history
  • Loading branch information
coolwanglu committed May 3, 2015
1 parent c0a53b0 commit 47f1410
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.3")
set(PDF2HTMLEX_VERSION "0.14.4")
set(ARCHIVE_NAME pdf2htmlex-${PDF2HTMLEX_VERSION})
add_custom_target(dist
COMMAND git archive --prefix=${ARCHIVE_NAME}/ HEAD
Expand Down
1 change: 0 additions & 1 deletion test/test_output.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ def run_test_case(self, input_file, args=[], expected_output_files=None):
args = list(args)
args.insert(0, os.path.join(self.TEST_DIR, 'test_output', input_file))
result = self.run_pdf2htmlEX(args)
print result
if expected_output_files:
self.assertItemsEqual(result['output_files'], expected_output_files)

Expand Down

0 comments on commit 47f1410

Please sign in to comment.