]> git.proxmox.com Git - pve-qemu-kvm.git/blobdiff - Makefile
update to 1.4.0rc2
[pve-qemu-kvm.git] / Makefile
index 559706824b0063edc9090069d2e3f3d74d5d68cd..5f7f8e44a8e6ea3247929037ed211c4d97e366f9 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ RELEASE=2.3
 
 # also update debian/changelog
 KVMVER=1.4
-KVMPKGREL=1
+KVMPKGREL=2
 
 KVMPACKAGE=pve-qemu-kvm
 KVMDIR=qemu-kvm
@@ -18,7 +18,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 -b local v1.4.0rc1
+       #cd ${KVMDIR}; git checkout -b local v1.4.0rc2
        tar czf ${KVMSRC} --exclude CVS --exclude .git --exclude .svn ${KVMDIR}
 
 ${KVM_DEB} kvm: ${KVMSRC}