]> git.proxmox.com Git - qemu-server.git/blobdiff - Makefile
qm rescan: fix typo in dryrun description
[qemu-server.git] / Makefile
index d2b729d5e0dedc1dc3f71402be6e3f9bbb57c905..aa76b8b901fd4027a9bd27f4a90bbaf5c908aa11 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 VERSION=5.0
 PACKAGE=qemu-server
-PKGREL=16
+PKGREL=33
 
 CFLAGS= -O2 -Werror -Wall -Wtype-limits -Wl,-z,relro 
 
@@ -20,7 +20,7 @@ export PERLDIR=${PREFIX}/share/perl5
 PERLINCDIR=${PERLDIR}/asm-x86_64
 
 ARCH:=$(shell dpkg-architecture -qDEB_BUILD_ARCH)
-GITVERSION:=$(shell cat .git/refs/heads/master)
+GITVERSION:=$(shell git rev-parse HEAD)
 
 DEB=${PACKAGE}_${VERSION}-${PKGREL}_${ARCH}.deb