]> git.proxmox.com Git - pve-qemu-kvm.git/blobdiff - Makefile
bump version to 2.1-6
[pve-qemu-kvm.git] / Makefile
index 0419ae206509119f65f15612b95ee29ac3fb039c..25010f6904b2bb854bb27e2a950975769572f3b8 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,8 @@
 RELEASE=3.2
 
 # also update debian/changelog
-KVMVER=2.0
-KVMPKGREL=1
+KVMVER=2.1
+KVMPKGREL=6
 
 KVMPACKAGE=pve-qemu-kvm
 KVMDIR=qemu-kvm
@@ -19,7 +19,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 v2.0.0 
+       cd ${KVMDIR}; git checkout v2.1.0
        tar czf ${KVMSRC} --exclude CVS --exclude .git --exclude .svn ${KVMDIR}
 
 ${KVM_DEB} kvm: ${KVMSRC}