1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-07-03 00:35:40 +00:00

bump version

This commit is contained in:
Lu Wang 2012-09-26 16:01:35 +08:00
parent 9990046263
commit 9f1e9144c7

View File

@ -7,7 +7,7 @@ cmake_minimum_required(VERSION 2.6.0 FATAL_ERROR)
include_directories(${CMAKE_SOURCE_DIR}/src/include)
set(PDF2HTMLEX_VERSION "0.4")
set(PDF2HTMLEX_VERSION "0.5")
set(ARCHIVE_NAME pdf2htmlex-${PDF2HTMLEX_VERSION})
add_custom_target(dist
COMMAND git archive --prefix=${ARCHIVE_NAME}/ HEAD