]> git.proxmox.com Git - pve-qemu-kvm.git/blobdiff - Makefile
update to latest upstream (v2.4.0-rc2 + a few patches)
[pve-qemu-kvm.git] / Makefile
index 4f8637de6c77b248c45e3671e5055d98e46eccae..18e3f122233afed4ee8519ba0e3f532fbb848d8c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ RELEASE=4.0
 
 # also update debian/changelog
 KVMVER=2.3
-KVMPKGREL=3
+KVMPKGREL=7
 
 KVMPACKAGE=pve-qemu-kvm
 KVMDIR=qemu-kvm
@@ -23,7 +23,7 @@ download:
        rm -rf ${KVMDIR} ${KVMSRC}
        #git clone git://git.qemu-project.org/qemu.git -b stable-2.2 ${KVMDIR} 
        git clone git://git.qemu-project.org/qemu.git ${KVMDIR} 
-       cd ${KVMDIR}; git checkout v2.3.0
+       #cd ${KVMDIR}; git checkout v2.4.0
        tar czf ${KVMSRC} --exclude CVS --exclude .git --exclude .svn ${KVMDIR}
 
 ${DEBS} kvm: ${KVMSRC}