]> git.proxmox.com Git - pve-qemu-kvm.git/blobdiff - Makefile
vma create: only store basename of config file.
[pve-qemu-kvm.git] / Makefile
index 8a63760fc5cda188d6cc2806ab8d3bee3f1e83d4..df10d6146300ccf1013512fe3351b9e7145ab081 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,8 @@
-RELEASE=2.3
+RELEASE=3.0
 
 # also update debian/changelog
-KVMVER=1.3
-KVMPKGREL=10
+KVMVER=1.4
+KVMPKGREL=12
 
 KVMPACKAGE=pve-qemu-kvm
 KVMDIR=qemu-kvm
@@ -18,9 +18,6 @@ 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.3.0
-       cd ${KVMDIR}; git am ../seabios-update.patch
-       cd ${KVMDIR}; git am ../seabios-update2.patch
        tar czf ${KVMSRC} --exclude CVS --exclude .git --exclude .svn ${KVMDIR}
 
 ${KVM_DEB} kvm: ${KVMSRC}