bump version to 5.0-1
This commit is contained in:
2
Makefile
2
Makefile
@ -53,7 +53,7 @@ $(DEB):
|
||||
.PHONY: upload
|
||||
upload: ${DEB} check
|
||||
./repoid.pl .git check
|
||||
tar cf - ${DEB} | ssh repoman@repo.proxmox.com upload
|
||||
tar cf - ${DEB} | ssh repoman@repo.proxmox.com upload --product pve --dist stretch
|
||||
|
||||
#.PHONY: poupload
|
||||
#poupload:
|
||||
|
6
debian/changelog.Debian
vendored
6
debian/changelog.Debian
vendored
@ -1,3 +1,9 @@
|
||||
pve-manager (5.0-1) unstable; urgency=medium
|
||||
|
||||
* bump version for stretch
|
||||
|
||||
-- Proxmox Support Team <support@proxmox.com> Mon, 13 Mar 2017 14:23:27 +0100
|
||||
|
||||
pve-manager (4.4-13) unstable; urgency=medium
|
||||
|
||||
* fix #1299: sort pools in pool selector by default
|
||||
|
@ -1,6 +1,6 @@
|
||||
VERSION=4.4
|
||||
VERSION=5.0
|
||||
PACKAGE=pve-manager
|
||||
PACKAGERELEASE=13
|
||||
PACKAGERELEASE=1
|
||||
|
||||
BINDIR=${DESTDIR}/usr/bin
|
||||
PERLLIBDIR=${DESTDIR}/usr/share/perl5
|
||||
|
Reference in New Issue
Block a user