]> git.proxmox.com Git - pve-qemu.git/blobdiff - Makefile
bump version to 2.9.1-8
[pve-qemu.git] / Makefile
index 3c0bb4c02a603dd1e89b288b47e2f674fa2f7ec9..7e0699c8a2875b83b8a73eb399ee5c90ba15fc88 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 # also update debian/changelog
-KVMVER=2.9.0
-KVMPKGREL=1~rc2+5
+KVMVER=2.9.1
+KVMPKGREL=8
 
 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