]> git.proxmox.com Git - pve-qemu-kvm.git/blobdiff - Makefile
update to qemu v2.2.0-rc5
[pve-qemu-kvm.git] / Makefile
index bb745f9489fce8e5c31c3bf1423fd8f3ff0056c9..166c3eba39481287f3b371550326b95f66698863 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ RELEASE=3.3
 
 # also update debian/changelog
 KVMVER=2.2
-KVMPKGREL=2
+KVMPKGREL=3
 
 KVMPACKAGE=pve-qemu-kvm
 KVMDIR=qemu-kvm
@@ -20,7 +20,7 @@ download:
        rm -rf ${KVMDIR} ${KVMSRC}
        #git clone git://git.qemu-project.org/qemu.git -b stable-2.1 ${KVMDIR} 
        git clone git://git.qemu-project.org/qemu.git ${KVMDIR} 
-       #cd ${KVMDIR}; git checkout v2.2.0-rc3
+       #cd ${KVMDIR}; git checkout v2.2.0-rc5
        tar czf ${KVMSRC} --exclude CVS --exclude .git --exclude .svn ${KVMDIR}
 
 ${KVM_DEB} kvm: ${KVMSRC}