]> git.proxmox.com Git - pve-container.git/blobdiff - Makefile
bump version to 2.0-36
[pve-container.git] / Makefile
index 24db0b30ab10b4118b8ef1d9b5287cb65d7afd39..87563eba37c35975ae81c305ad349d61b08e8db0 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,12 +1,12 @@
-VERSION=2.0
 PACKAGE=pve-container
-PKGREL=20
+PKGVER != dpkg-parsechangelog -Sversion | cut -d- -f1
+PKGREL != dpkg-parsechangelog -Sversion | cut -d- -f2
 
 GITVERSION:=$(shell git rev-parse HEAD)
 
 ARCH:=all
 
-DEB=${PACKAGE}_${VERSION}-${PKGREL}_${ARCH}.deb
+DEB=${PACKAGE}_${PKGVER}-${PKGREL}_${ARCH}.deb
 
 all: ${DEB}