]> git.proxmox.com Git - pve-qemu-kvm.git/blobdiff - Makefile
vma create: only store basename of config file.
[pve-qemu-kvm.git] / Makefile
index 39928beed00d838d9d87a9bcb47e525779c6dfa6..df10d6146300ccf1013512fe3351b9e7145ab081 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,8 @@
-RELEASE=2.1
+RELEASE=3.0
 
 # also update debian/changelog
-KVMVER=1.2
-KVMPKGREL=5
+KVMVER=1.4
+KVMPKGREL=12
 
 KVMPACKAGE=pve-qemu-kvm
 KVMDIR=qemu-kvm
@@ -17,8 +17,7 @@ all: ${KVM_DEB} ${KVMSRC}
 .PHONY: download
 download:
        rm -rf ${KVMDIR} ${KVMSRC}
-       git clone git://git.kernel.org/pub/scm/virt/kvm/qemu-kvm.git -b master ${KVMDIR} 
-       #git clone git://git.kernel.org/pub/scm/virt/kvm/qemu-kvm.git -b stable-1.1 ${KVMDIR} 
+       git clone git://git.qemu-project.org/qemu.git -b master ${KVMDIR} 
        tar czf ${KVMSRC} --exclude CVS --exclude .git --exclude .svn ${KVMDIR}
 
 ${KVM_DEB} kvm: ${KVMSRC}