]> git.proxmox.com Git - pve-qemu-kvm.git/blobdiff - Makefile
update backup patches to v5
[pve-qemu-kvm.git] / Makefile
index 21f76ed5764e5826d3a7cd00f18701cef3a7d4a5..39772df1c8c732b66c6a7711e16eed5fc84df8f3 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
-RELEASE=2.2
+RELEASE=2.3
 
 # also update debian/changelog
-KVMVER=1.3
+KVMVER=1.4
 KVMPKGREL=4
 
 KVMPACKAGE=pve-qemu-kvm
@@ -18,6 +18,7 @@ all: ${KVM_DEB} ${KVMSRC}
 download:
        rm -rf ${KVMDIR} ${KVMSRC}
        git clone git://git.qemu-project.org/qemu.git -b master ${KVMDIR} 
+       cd ${KVMDIR}; git checkout -b local v1.4.0
        tar czf ${KVMSRC} --exclude CVS --exclude .git --exclude .svn ${KVMDIR}
 
 ${KVM_DEB} kvm: ${KVMSRC}