mirror of
https://github.com/pdf2htmlEX/pdf2htmlEX.git
synced 2024-12-22 13:00:08 +00:00
bump version
This commit is contained in:
parent
2c8134ab73
commit
dc2096dae8
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user