]> git.proxmox.com Git - pve-qemu-kvm.git/blobdiff - Makefile
update backup patches
[pve-qemu-kvm.git] / Makefile
index 9d4fb408371eb05f3d2115ab9ff5eb00e9f175ee..f12de5008a618e04b120d3f28f28a910d4eb3ba1 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,8 @@
-RELEASE=2.2
+RELEASE=2.3
 
 # also update debian/changelog
 KVMVER=1.3
-KVMPKGREL=8
+KVMPKGREL=14
 
 KVMPACKAGE=pve-qemu-kvm
 KVMDIR=qemu-kvm
@@ -20,6 +20,7 @@ download:
        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}