From 11ce2f03c7eab083427dbf08a95789438504ae1f Mon Sep 17 00:00:00 2001 From: Gerd Knorr Date: Tue, 24 Feb 2004 19:20:03 +0000 Subject: - bump version numbers for release. --- v4l/scripts/release.sh | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'v4l/scripts') diff --git a/v4l/scripts/release.sh b/v4l/scripts/release.sh index 8d024b42a..bfc8b42dc 100644 --- a/v4l/scripts/release.sh +++ b/v4l/scripts/release.sh @@ -2,9 +2,9 @@ # config release="$HOME/kernel/release" -ver_bt="0.9.12" -ver_sa="0.2.9" -ver_cx="0.0.1" +ver_bt="0.9.13" +ver_sa="0.2.10" +ver_cx="0.0.2" # common files files_v4l="v4l*.[ch] video-buf.[ch] videodev*.h" @@ -14,7 +14,7 @@ files_common="$files_v4l $files_tuner $files_i2c doc" # other files files_ir="ir-common.[ch]" -files_audio="msp3400.[ch] tvaudio.[ch]" +files_audio="msp3400.[ch] tvaudio.[ch] tvmixer.[ch]" files_bttv="bt848.h btcx*.[ch] bttv*.[ch] bt832.[ch] ir-kbd*.c" files_saa="saa7134*.[ch] saa6752hs.[ch]" @@ -36,8 +36,6 @@ function build_release () { cp -av $files "$dest" || exit 1 cp -v Makefile "$dest" cp -v "scripts/config.$name" "$dest"/Make.config - ln -s . "$dest/media" - ln -s . "$dest/linux" # build test (cd $dest; make) || exit 1 -- cgit v1.2.3