~ubuntu-branches/ubuntu/jaunty/bacula-doc/jaunty

« back to all changes in this revision

Viewing changes to manual-de/update_version

  • Committer: Bazaar Package Importer
  • Author(s): John Goerzen
  • Date: 2007-12-29 16:02:34 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20071229160234-dyl18sllzsx72jfu
Tags: 2.2.8-1
* New upstream version.
* Thanks to Mark Hymers for assistance with packaging 2.2.6 and 2.2.7.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
# Script file to update the Bacula version
4
4
#
5
5
out=/tmp/$$
6
 
VERSION=`sed -n -e 's/^.*VERSION.*"\(.*\)"$/\1/p' /home/kern/bacula/Release-2.2.5/bacula-2.2.5/src/version.h`
7
 
DATE=`sed -n -e 's/^.*[ \t]*BDATE.*"\(.*\)"$/\1/p' /home/kern/bacula/Release-2.2.5/bacula-2.2.5/src/version.h`
 
6
VERSION=`sed -n -e 's/^.*VERSION.*"\(.*\)"$/\1/p' /home/kern/bacula/Release-2.2.8/bacula-2.2.8/src/version.h`
 
7
DATE=`sed -n -e 's/^.*[ \t]*BDATE.*"\(.*\)"$/\1/p' /home/kern/bacula/Release-2.2.8/bacula-2.2.8/src/version.h`
8
8
. ./do_echo
9
9
sed -f ${out} version.tex.in >version.tex
10
10
rm -f ${out}