]> git.proxmox.com Git - pve-qemu-kvm.git/blobdiff - Makefile
vmstate snapshot : implement cancelled state V2
[pve-qemu-kvm.git] / Makefile
index e1964de21430f505fdaee94805d24897a932c5c9..155dc2fa38167187cbb76c622eb6d391ed2b1b57 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,8 @@
-RELEASE=3.2
+RELEASE=3.3
 
 # also update debian/changelog
 KVMVER=2.1
-KVMPKGREL=1
+KVMPKGREL=12
 
 KVMPACKAGE=pve-qemu-kvm
 KVMDIR=qemu-kvm
@@ -18,8 +18,8 @@ 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-rc2 
+       git clone git://git.qemu-project.org/qemu.git -b stable-2.1 ${KVMDIR} 
+       cd ${KVMDIR}; git checkout v2.1.3
        tar czf ${KVMSRC} --exclude CVS --exclude .git --exclude .svn ${KVMDIR}
 
 ${KVM_DEB} kvm: ${KVMSRC}