From 9f1e9144c76e570a7687fb01f0c2cdfa487198bd Mon Sep 17 00:00:00 2001 From: Lu Wang Date: Wed, 26 Sep 2012 16:01:35 +0800 Subject: [PATCH] bump version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e6886ab..e80d0c3 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/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