diff --git a/Makefile b/Makefile index 68472d3ca..d48f3ddb0 100644 --- a/Makefile +++ b/Makefile @@ -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