From: Fabian Grünbichler Date: Wed, 8 Mar 2017 09:27:29 +0000 (+0100) Subject: bump version to 5.0-1 X-Git-Url: https://git.proxmox.com/?p=pve-common.git;a=commitdiff_plain;h=2ebffe56dbf52f6c22da4ca6c80eb8571c0fce35 bump version to 5.0-1 --- diff --git a/Makefile b/Makefile index ac5ce8c..fbedf3d 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ -VERSION=4.0 -PKGREL=93 +VERSION=5.0 +PKGREL=1 PACKAGE=libpve-common-perl @@ -45,5 +45,5 @@ check: .PHONY: upload upload: ${DEB} - tar cf - ${DEB}|ssh repoman@repo.proxmox.com -- upload --product pve --dist jessie + tar cf - ${DEB}|ssh repoman@repo.proxmox.com -- upload --product pve --dist stretch diff --git a/debian/changelog b/debian/changelog index 2251d3a..e2985d6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libpve-common-perl (5.0-1) unstable; urgency=medium + + * bump version for Debian Stretch + + -- Proxmox Support Team Wed, 8 Mar 2017 10:27:09 +0100 + libpve-common-perl (4.0-93) unstable; urgency=medium * SectionConfig::check_value: return bool/numbers as numeric value