]> git.proxmox.com Git - pve-cluster.git/blobdiff - Makefile
bump version to 4.0-44
[pve-cluster.git] / Makefile
index aede8ab285870441c93b7edaf91625a05d398acc..a5272d30ae598c50ade0bf0f81f738ff3145b340 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,8 @@
-RELEASE=4.0
+RELEASE=4.2
 
 PACKAGE=pve-cluster
 PKGVER=4.0
-PKGREL=27
+PKGREL=44
 
 ARCH:=$(shell dpkg-architecture -qDEB_BUILD_ARCH)
 GITVERSION:=$(shell cat .git/refs/heads/master)
@@ -21,8 +21,9 @@ cpgtest: cpgtest.c
 dinstall: ${DEB}
        dpkg -i ${DEB} 
 
-.PHONY: ${DEB} ${DBG_DEB}
-${DEB} ${DBG_DEB}:
+.PHONY: deb
+deb ${DEB} ${DBG_DEB}:
+       rm -f *.deb
        rm -rf build
        rsync -a --exclude .svn data/ build
        cp -a debian build/debian