]> git.proxmox.com Git - pve-sheepdog.git/blobdiff - Makefile
update to 0.9.2-rc0
[pve-sheepdog.git] / Makefile
index 13116a2674e246d776b8c9c0edbc8f1a81b9f456..b9d025e703683a631aa6156c60b230ed2b54d20f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,8 @@
-RELEASE=3.1
+RELEASE=3.4
 
 PACKAGE=pve-sheepdog
 PKGREL=1
-SDVER=0.6.2
+SDVER=0.9.2
 
 ARCH:=$(shell dpkg-architecture -qDEB_BUILD_ARCH)
 GITVERSION:=$(shell cat .git/refs/heads/master)
@@ -27,7 +27,7 @@ ${DEB} deb: ${SDSRC}
 ${SDSRC} download:
        rm -rf ${SDDIR} sheepdog.git
        git clone git://github.com/sheepdog/sheepdog.git sheepdog.git
-       cd sheepdog.git; git checkout -b local v${SDVER}
+       cd sheepdog.git; git checkout -b local v${SDVER}_rc0
        rsync -a --exclude .git --exclude .gitignore sheepdog.git/ ${SDDIR}
        tar czf ${SDSRC}.tmp  ${SDDIR}
        rm -rf ${SDDIR}