From 9a34d44809af6d963aad109aa4d189379d1a0d2c Mon Sep 17 00:00:00 2001 From: Lu Wang Date: Mon, 8 Oct 2012 15:00:55 +0800 Subject: [PATCH] bump version --- debian/changelog | 6 ++++++ src/include/pdf2htmlEX-config.h | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index b08aa57..bf75d52 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +pdf2htmlex (0.6-1~git201210070052rcb9a8-0ubuntu1) precise; urgency=low + + * New version + + -- WANG Lu Sun, 07 Oct 2012 00:52:42 +0800 + pdf2htmlex (0.5-1~git201210051800rbaa37-0ubuntu1) precise; urgency=low * Regularly re-packing. diff --git a/src/include/pdf2htmlEX-config.h b/src/include/pdf2htmlEX-config.h index ffb69e8..58569cc 100644 --- a/src/include/pdf2htmlEX-config.h +++ b/src/include/pdf2htmlEX-config.h @@ -15,7 +15,7 @@ namespace pdf2htmlEX { -static const std::string PDF2HTMLEX_VERSION = "0.5"; +static const std::string PDF2HTMLEX_VERSION = "0.6"; static const std::string PDF2HTMLEX_PREFIX = "/usr/local"; static const std::string PDF2HTMLEX_DATA_PATH = "/usr/local""/share/pdf2htmlEX";