]> git.proxmox.com Git - pve-qemu.git/blobdiff - Makefile
buildsys: fix GITVERSION
[pve-qemu.git] / Makefile
index 137c2b60bf536a49f6a6cd6341a608c390598523..b7f2c74421ef6e6b1f9db008d1fb33696d16af67 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
 # also update debian/changelog
-KVMVER=2.9.0
+KVMVER=2.9.1
 KVMPKGREL=3
 
 KVMPACKAGE = pve-qemu-kvm
@@ -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