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";