use git describe to generate version

Last release had git annotate tag (added with git -a) so this is
now much better alternative to just git sha1
pull/2/merge
Dobrica Pavlinusic 12 years ago committed by Qingping Hou
parent 47e5065d6a
commit c6ead8690e

@ -214,7 +214,7 @@ INSTALL_DIR=kindlepdfviewer
LUA_FILES=reader.lua
VERSION?=$(shell git rev-parse --short HEAD)
VERSION?=$(shell git describe HEAD)
customupdate: all
# ensure that build binary is for ARM
file kpdfview | grep ARM || exit 1

Loading…
Cancel
Save