]> git.proxmox.com Git - pve-storage.git/blobdiff - Makefile
bump version to 5.0-29
[pve-storage.git] / Makefile
index 07840eda6451144a5d37aa85572ef5cbc13ce01a..215d42eb30f84d8f1c81ce4c04bae1d77c630d0d 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 VERSION=5.0
 PACKAGE=libpve-storage-perl
-PKGREL=17
+PKGREL=29
 
 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