]> git.proxmox.com Git - pve-qemu-kvm.git/blobdiff - Makefile
bump version to 2.2-2
[pve-qemu-kvm.git] / Makefile
index 3a11d3c3f036bbafdbbd17ceceef1bbf3d938eaa..bb745f9489fce8e5c31c3bf1423fd8f3ff0056c9 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,8 @@
-RELEASE=3.2
+RELEASE=3.3
 
 # also update debian/changelog
-KVMVER=1.7
-KVMPKGREL=8
+KVMVER=2.2
+KVMPKGREL=2
 
 KVMPACKAGE=pve-qemu-kvm
 KVMDIR=qemu-kvm
@@ -18,9 +18,9 @@ all: ${KVM_DEB} ${KVMSRC}
 .PHONY: download
 download:
        rm -rf ${KVMDIR} ${KVMSRC}
-       git clone git://git.qemu-project.org/qemu.git -b stable-1.7 ${KVMDIR} 
-#      cd ${KVMDIR}; git checkout v1.7.0 
-#      git clone git://git.qemu-project.org/qemu-stable-1.7.git -b stable-1.7 ${KVMDIR}
+       #git clone git://git.qemu-project.org/qemu.git -b stable-2.1 ${KVMDIR} 
+       git clone git://git.qemu-project.org/qemu.git ${KVMDIR} 
+       #cd ${KVMDIR}; git checkout v2.2.0-rc3
        tar czf ${KVMSRC} --exclude CVS --exclude .git --exclude .svn ${KVMDIR}
 
 ${KVM_DEB} kvm: ${KVMSRC}