diff --git a/CMakeLists.txt b/CMakeLists.txt index 729ed96..9da91d1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -33,7 +33,7 @@ message("Looking for libraries of python, which is required by fontforge, if you pkg_check_modules(PYTHON python) pkg_check_modules(PYTHON python-2.7) -set(PDF2HTMLEX_VERSION "0.2") +set(PDF2HTMLEX_VERSION "0.3") set(ARCHIVE_NAME pdf2htmlex-${PDF2HTMLEX_VERSION}) add_custom_target(dist COMMAND git archive --prefix=${ARCHIVE_NAME}/ HEAD diff --git a/build_for_ppa.py b/build_for_ppa.py index cb90e51..ac3d4b1 100755 --- a/build_for_ppa.py +++ b/build_for_ppa.py @@ -32,7 +32,7 @@ except: print 'Cannot get package name and version number' sys.exit(-1) -deb_version = version+'-3~git'+today_timestr+'r'+rev +deb_version = version+'-1~git'+today_timestr+'r'+rev full_deb_version = deb_version+'-0ubuntu1' #check if we need to update debian/changelog