X-Git-Url: https://git.proxmox.com/?p=pve-common.git;a=blobdiff_plain;f=Makefile;h=e04502731c87beb9c80bc31084c772ff4884c23a;hp=07759a0f2590228779235c64225232c844776612;hb=24197a9f6c698985b7255fbf7792b0b6bd8188b5;hpb=a056df6bda40bf387b7cd0541f76a2c15e06b849 diff --git a/Makefile b/Makefile index 07759a0..e045027 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ -VERSION=4.0 -PKGREL=90 +VERSION=5.0 +PKGREL=9 PACKAGE=libpve-common-perl @@ -34,7 +34,7 @@ deb ${DEB}: .PHONY: clean clean: - rm -rf *~ *.deb *.changes build ${PACKAGE}-*.tar.gz + rm -rf *~ *.deb *.changes build ${PACKAGE}-*.tar.gz *.buildinfo .PHONY: distclean distclean: clean @@ -45,5 +45,5 @@ check: .PHONY: upload upload: ${DEB} - tar cf - ${DEB}|ssh repoman@repo.proxmox.com upload + tar cf - ${DEB}|ssh repoman@repo.proxmox.com -- upload --product pve,pmg --dist stretch