]> git.proxmox.com Git - pve-storage.git/blobdiff - Makefile
bump version to 5.0-33
[pve-storage.git] / Makefile
index 61b66a9db019ea8bd9c648266569a36f99ace8c4..4c185bfe5a1f7b1b689324b8aecbc5d90ebb5f84 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 VERSION=5.0
 PACKAGE=libpve-storage-perl
-PKGREL=21
+PKGREL=33
 
 DESTDIR=
 PREFIX=/usr
@@ -16,7 +16,7 @@ export PERLDIR=${PREFIX}/share/perl5
 export SOURCE_DATE_EPOCH ?= $(shell dpkg-parsechangelog -STimestamp)
 
 ARCH=all
-GITVERSION:=$(shell cat .git/refs/heads/master)
+GITVERSION:=$(shell git rev-parse HEAD)
 
 DEB=${PACKAGE}_${VERSION}-${PKGREL}_${ARCH}.deb