]> git.sur5r.net Git - bacula/docs/blob - docs/manuals/de/catalog/update_version
2f72ee47520d37da8c2971f21930072dcb502c6a
[bacula/docs] / docs / manuals / de / catalog / update_version
1 #!/bin/sh
2 #
3 # Script file to update the Bacula version
4 #
5 out=/tmp/$$
6 VERSION=`sed -n -e 's/^.*VERSION.*"\(.*\)"$/\1/p' /home/thomas/bin/bacula-svn/bacula//src/version.h`
7 DATE=`sed -n -e 's/^.*[ \t]*BDATE.*"\(.*\)"$/\1/p' /home/thomas/bin/bacula-svn/bacula//src/version.h`
8 . ./do_echo
9 sed -f ${out} version.tex.in >version.tex
10 rm -f ${out}