From 23ce8407f156ca401c26a55eb972812efbbae75b Mon Sep 17 00:00:00 2001 From: Lu Wang Date: Sun, 5 May 2013 14:32:08 +0800 Subject: [PATCH] bump version --- CMakeLists.txt | 2 +- debian/changelog | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5fcdb36..7b11dc2 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.8") +set(PDF2HTMLEX_VERSION "0.9") set(ARCHIVE_NAME pdf2htmlex-${PDF2HTMLEX_VERSION}) add_custom_target(dist COMMAND git archive --prefix=${ARCHIVE_NAME}/ HEAD diff --git a/debian/changelog b/debian/changelog index a882abe..10394a6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +pdf2htmlex (0.8-1~git201305051429r92eab-0ubuntu1) raring; urgency=low + + * v0.8 released, see Changelog + + -- WANG Lu Sun, 05 May 2013 14:29:07 +0800 + pdf2htmlex (0.8-1~git201304281550rd5f9c-0ubuntu1) raring; urgency=low * Test packaging for multiple distributions