]> git.sur5r.net Git - bacula/docs/blobdiff - docs/manuals/es/catalog/update_version
Update new features
[bacula/docs] / docs / manuals / es / catalog / update_version
index 42c874af78e86709847017a4d4dac1e483441b76..9773ff22ef0df4095bcc0fd833ae75f868a7d283 100755 (executable)
@@ -3,8 +3,8 @@
 # Script file to update the Bacula version
 #
 out=/tmp/$$
-VERSION=`sed -n -e 's/^.*VERSION.*"\(.*\)"$/\1/p' /home/kern/bacula/k/src/version.h`
-DATE=`sed -n -e 's/^.*[ \t]*BDATE.*"\(.*\)"$/\1/p' /home/kern/bacula/k/src/version.h`
+VERSION=`sed -n -e 's/^.*VERSION.*"\(.*\)"$/\1/p' /home/kern/bacula/k/bacula/src/version.h`
+DATE=`sed -n -e 's/^.*[ \t]*BDATE.*"\(.*\)"$/\1/p' /home/kern/bacula/k/bacula/src/version.h`
 . ./do_echo
 sed -f ${out} /home/kern/bacula/docs/manuals/version.tex.in >version.tex
 rm -f ${out}