]> git.proxmox.com Git - pve-storage.git/blobdiff - Makefile
bump version to 5.0-38
[pve-storage.git] / Makefile
index a46c9acac288975b39f3df3b7218268b93e12248..8f27cd1a68fb0d7b2741bf2bef8c9b12aad4894d 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 VERSION=5.0
 PACKAGE=libpve-storage-perl
-PKGREL=14
+PKGREL=38
 
 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