mirror of
https://github.com/pdf2htmlEX/pdf2htmlEX.git
synced 2024-12-22 04:50:09 +00:00
bump version
This commit is contained in:
parent
3ed576b5c8
commit
f9dbb61e08
@ -7,7 +7,7 @@ cmake_minimum_required(VERSION 2.6.0 FATAL_ERROR)
|
|||||||
|
|
||||||
include_directories(${CMAKE_SOURCE_DIR}/src)
|
include_directories(${CMAKE_SOURCE_DIR}/src)
|
||||||
|
|
||||||
set(PDF2HTMLEX_VERSION "0.7")
|
set(PDF2HTMLEX_VERSION "0.8")
|
||||||
set(ARCHIVE_NAME pdf2htmlex-${PDF2HTMLEX_VERSION})
|
set(ARCHIVE_NAME pdf2htmlex-${PDF2HTMLEX_VERSION})
|
||||||
add_custom_target(dist
|
add_custom_target(dist
|
||||||
COMMAND git archive --prefix=${ARCHIVE_NAME}/ HEAD
|
COMMAND git archive --prefix=${ARCHIVE_NAME}/ HEAD
|
||||||
|
@ -1,8 +1,13 @@
|
|||||||
Latest v0.7
|
Latest v0.8
|
||||||
|
|
||||||
|
v0.7
|
||||||
|
2013.03.01
|
||||||
|
|
||||||
* Process outline
|
* Process outline
|
||||||
* Fix build with poppler
|
* Fix build with poppler
|
||||||
* Many code cleaning jobs [John Hewson]
|
* Many code cleaning jobs [John Hewson]
|
||||||
|
* Experimental printing support
|
||||||
|
* Lots of code refinements
|
||||||
|
|
||||||
v0.6
|
v0.6
|
||||||
2013.01.26
|
2013.01.26
|
||||||
|
Loading…
Reference in New Issue
Block a user