]> git.proxmox.com Git - pve-qemu-kvm.git/blobdiff - Makefile
rbd: add an asynchronous flush
[pve-qemu-kvm.git] / Makefile
index 5f7f8e44a8e6ea3247929037ed211c4d97e366f9..1ec9d545141f4af6ec7a362fa2c5f171ebf49c03 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,8 @@
-RELEASE=2.3
+RELEASE=3.0
 
 # also update debian/changelog
 KVMVER=1.4
-KVMPKGREL=2
+KVMPKGREL=11
 
 KVMPACKAGE=pve-qemu-kvm
 KVMDIR=qemu-kvm
@@ -18,7 +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.4.0rc2
        tar czf ${KVMSRC} --exclude CVS --exclude .git --exclude .svn ${KVMDIR}
 
 ${KVM_DEB} kvm: ${KVMSRC}