]> git.proxmox.com Git - pve-qemu-kvm.git/blobdiff - Makefile
update to v2.1.3
[pve-qemu-kvm.git] / Makefile
index 8c1b6705f4129472c187aef8192f1a5c758e5d8d..d57521d070d5a8d12ff165fe0dd57d373db71a15 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ RELEASE=3.3
 
 # also update debian/changelog
 KVMVER=2.1
-KVMPKGREL=10
+KVMPKGREL=11
 
 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.2
+       cd ${KVMDIR}; git checkout v2.1.3
        tar czf ${KVMSRC} --exclude CVS --exclude .git --exclude .svn ${KVMDIR}
 
 ${KVM_DEB} kvm: ${KVMSRC}