]> git.proxmox.com Git - pve-qemu-kvm.git/blobdiff - Makefile
vmstate snapshot : implement cancelled state V2
[pve-qemu-kvm.git] / Makefile
index d37febebddc111049fc38f97c46bbb5616acd42e..155dc2fa38167187cbb76c622eb6d391ed2b1b57 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ RELEASE=3.3
 
 # also update debian/changelog
 KVMVER=2.1
-KVMPKGREL=7
+KVMPKGREL=12
 
 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.3
        tar czf ${KVMSRC} --exclude CVS --exclude .git --exclude .svn ${KVMDIR}
 
 ${KVM_DEB} kvm: ${KVMSRC}