]> git.proxmox.com Git - pve-qemu-kvm.git/blobdiff - Makefile
bump version to 2.2-26
[pve-qemu-kvm.git] / Makefile
index c65b509fea0e47ffe182e91a6c6b08b1eb171688..75e994c80e4712efe9a1fb677d20ad510985f0de 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,8 @@
-RELEASE=3.2
+RELEASE=3.4
 
 # also update debian/changelog
-KVMVER=2.1
-KVMPKGREL=4
+KVMVER=2.2
+KVMPKGREL=26
 
 KVMPACKAGE=pve-qemu-kvm
 KVMDIR=qemu-kvm
@@ -18,8 +18,9 @@ all: ${KVM_DEB} ${KVMSRC}
 .PHONY: download
 download:
        rm -rf ${KVMDIR} ${KVMSRC}
-       git clone git://git.qemu-project.org/qemu.git -b master ${KVMDIR} 
-       cd ${KVMDIR}; git checkout v2.1.0
+       git clone git://git.qemu-project.org/qemu.git -b stable-2.2 ${KVMDIR} 
+       #git clone git://git.qemu-project.org/qemu.git ${KVMDIR} 
+       cd ${KVMDIR}; git checkout v2.2.1
        tar czf ${KVMSRC} --exclude CVS --exclude .git --exclude .svn ${KVMDIR}
 
 ${KVM_DEB} kvm: ${KVMSRC}