X-Git-Url: https://git.proxmox.com/?p=pve-common.git;a=blobdiff_plain;f=Makefile;h=e04502731c87beb9c80bc31084c772ff4884c23a;hp=f7978091cdd55951aa8c43b1e6c77dd1498f3e6d;hb=24197a9f6c698985b7255fbf7792b0b6bd8188b5;hpb=f5a73bff2c596acd7cc96d467dbf8f1d765645ad diff --git a/Makefile b/Makefile index f797809..e045027 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ -VERSION=4.0 -PKGREL=92 +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