diff --git a/CMakeLists.txt b/CMakeLists.txt index 3fa6c52..c97b1b1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ cmake_minimum_required(VERSION 2.6.0 FATAL_ERROR) include_directories(${CMAKE_SOURCE_DIR}/src) -set(PDF2HTMLEX_VERSION "0.6") +set(PDF2HTMLEX_VERSION "0.7") set(ARCHIVE_NAME pdf2htmlex-${PDF2HTMLEX_VERSION}) add_custom_target(dist COMMAND git archive --prefix=${ARCHIVE_NAME}/ HEAD diff --git a/pdf2htmlEX.1.in b/pdf2htmlEX.1.in index 3850590..bbc7e16 100644 --- a/pdf2htmlEX.1.in +++ b/pdf2htmlEX.1.in @@ -1,4 +1,4 @@ -.TH pdf2htmlEX 1 "Aug 31, 2012" "pdf2htmlEX 0.1" +.TH pdf2htmlEX 1 "Aug 31, 2012" "pdf2htmlEX @PDF2HTMLEX_VERSION@" .SH NAME .PP .nf @@ -164,7 +164,7 @@ Convert file.pdf into out/file.html and leave font/image files separated. .SH COPYRIGHT .PP -Copyright 2012 Lu Wang +Copyright 2012,2013 Lu Wang pdf2htmlEX is GPLv2 & GPLv3 dual licensed