X-Git-Url: https://git.proxmox.com/?p=pve-common.git;a=blobdiff_plain;f=Makefile;h=01baef2dd9709ee54fbc163500daac4fc021fef7;hp=a9072a17cf0afa305716e326275cd918508c89ff;hb=c99025689644aae5cf6c427de4cd704dc9d352c7;hpb=0ddae1ce6d24eb87db066c552cb91ca938960f8b diff --git a/Makefile b/Makefile index a9072a1..01baef2 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,5 @@ -RELEASE=4.2 - -VERSION=4.0 -PKGREL=72 +VERSION=5.0 +PKGREL=10 PACKAGE=libpve-common-perl @@ -36,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 @@ -47,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