From: Kern Sibbald Date: Fri, 15 Jan 2016 11:30:12 +0000 (+0100) Subject: Update version and upload script X-Git-Tag: Release-7.4.0~3 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=bcb43d160beb489a26686508ac6e7bfafa1db773;p=bacula%2Fdocs Update version and upload script --- diff --git a/docs/manuals/version.tex b/docs/manuals/version.tex index 256c0322..0b895feb 100644 --- a/docs/manuals/version.tex +++ b/docs/manuals/version.tex @@ -1 +1 @@ -7.4.0 (10 January 2016) +7.4.0 (14 January 2016) diff --git a/docs/upload b/docs/upload index 86494b9c..a6d38bb6 100755 --- a/docs/upload +++ b/docs/upload @@ -7,7 +7,7 @@ fi cwd=`pwd` lang=$1 src=$cwd/manuals/${lang}/pdf-and-html -ver=7.2.0 +ver=7.4.0 repo=release echo "ver=${ver}" @@ -28,6 +28,6 @@ sendit() rsync -avz --delete --progress $1/../images/ $2/images/ } -dest=bacula:/var/www/bacula/7.2.x-manuals/${lang} +dest=bacula:/var/www/bacula/7.4.x-manuals/${lang} echo "Sending to $dest" sendit $src $dest