From: Kern Sibbald Date: Sat, 23 Aug 2014 20:54:21 +0000 (+0200) Subject: Make update_version display version+date X-Git-Tag: Release-7.2.0~14 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=c24d02e58aa5edc756772b0971a1132e6efc3040;p=bacula%2Fdocs Make update_version display version+date --- diff --git a/docs/update_version b/docs/update_version index 116df28f..5fde6850 100755 --- a/docs/update_version +++ b/docs/update_version @@ -19,3 +19,5 @@ echo "s%@DATE@%${DATE}%g" >>${out} sed -f ${out} manuals/version.tex.in >manuals/version.tex sed -f ${out} manuals/bacula.sty.in >manuals/bacula.sty rm -f ${out} +echo "Updated version to:" +cat manuals/version.tex