]> git.proxmox.com Git - pve-qemu-kvm.git/blobdiff - Makefile
update to v2.1.2
[pve-qemu-kvm.git] / Makefile
index 5c9da6bcc237a2d39666f7c434997dac5a295be1..b87d71f2805c761c4c13f8718a9beb1e92fa57d5 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ RELEASE=3.3
 
 # also update debian/changelog
 KVMVER=2.1
-KVMPKGREL=8
+KVMPKGREL=9
 
 KVMPACKAGE=pve-qemu-kvm
 KVMDIR=qemu-kvm
@@ -19,7 +19,7 @@ all: ${KVM_DEB} ${KVMSRC}
 download:
        rm -rf ${KVMDIR} ${KVMSRC}
        git clone git://git.qemu-project.org/qemu.git -b stable-2.1 ${KVMDIR} 
-       cd ${KVMDIR}; git checkout v2.1.1
+       cd ${KVMDIR}; git checkout v2.1.2
        tar czf ${KVMSRC} --exclude CVS --exclude .git --exclude .svn ${KVMDIR}
 
 ${KVM_DEB} kvm: ${KVMSRC}