1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-07-01 07:59:00 +00:00

bump version

This commit is contained in:
Lu Wang 2012-09-06 17:38:52 +08:00
parent 2c8134ab73
commit dc2096dae8
2 changed files with 2 additions and 2 deletions

View File

@ -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)
pkg_check_modules(PYTHON python-2.7) pkg_check_modules(PYTHON python-2.7)
set(PDF2HTMLEX_VERSION "0.2") set(PDF2HTMLEX_VERSION "0.3")
set(ARCHIVE_NAME pdf2htmlex-${PDF2HTMLEX_VERSION}) set(ARCHIVE_NAME pdf2htmlex-${PDF2HTMLEX_VERSION})
add_custom_target(dist add_custom_target(dist
COMMAND git archive --prefix=${ARCHIVE_NAME}/ HEAD COMMAND git archive --prefix=${ARCHIVE_NAME}/ HEAD

View File

@ -32,7 +32,7 @@ except:
print 'Cannot get package name and version number' print 'Cannot get package name and version number'
sys.exit(-1) 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' full_deb_version = deb_version+'-0ubuntu1'
#check if we need to update debian/changelog #check if we need to update debian/changelog