]> git.proxmox.com Git - pve-qemu-kvm.git/blobdiff - Makefile
update sources to v2.1.1
[pve-qemu-kvm.git] / Makefile
index c65b509fea0e47ffe182e91a6c6b08b1eb171688..7bf7eea4827c6990b92453293af612894b61e950 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ RELEASE=3.2
 
 # also update debian/changelog
 KVMVER=2.1
-KVMPKGREL=4
+KVMPKGREL=6
 
 KVMPACKAGE=pve-qemu-kvm
 KVMDIR=qemu-kvm
@@ -18,8 +18,8 @@ all: ${KVM_DEB} ${KVMSRC}
 .PHONY: download
 download:
        rm -rf ${KVMDIR} ${KVMSRC}
-       git clone git://git.qemu-project.org/qemu.git -b master ${KVMDIR} 
-       cd ${KVMDIR}; git checkout v2.1.0
+       git clone git://git.qemu-project.org/qemu.git -b stable-2.1 ${KVMDIR} 
+       cd ${KVMDIR}; git checkout v2.1.1
        tar czf ${KVMSRC} --exclude CVS --exclude .git --exclude .svn ${KVMDIR}
 
 ${KVM_DEB} kvm: ${KVMSRC}