X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=Makefile;h=2c037b0ddd73198179fc7fadd59665b1c9eac327;hb=18eb98f0a4bb949eb3f9d2bd75c255ae255b231e;hp=137c2b60bf536a49f6a6cd6341a608c390598523;hpb=4741af5c8fb673fdff1e004291b6e20ea5437c2d;p=pve-qemu.git diff --git a/Makefile b/Makefile index 137c2b6..2c037b0 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # also update debian/changelog -KVMVER=2.9.0 -KVMPKGREL=3 +KVMVER=2.9.1 +KVMPKGREL=4 KVMPACKAGE = pve-qemu-kvm KVMSRC = qemu @@ -9,7 +9,7 @@ BUILDSRC = $(KVMSRC).tmp SRCDIR := qemu ARCH := $(shell dpkg-architecture -qDEB_BUILD_ARCH) -GITVERSION := $(shell git rev-parse master) +GITVERSION := $(shell git rev-parse HEAD) DEB = ${KVMPACKAGE}_${KVMVER}-${KVMPKGREL}_${ARCH}.deb DEB_DBG = ${KVMPACKAGE}-dbg_${KVMVER}-${KVMPKGREL}_${ARCH}.deb