X-Git-Url: https://git.ti.com/gitweb?p=keystone-rtos%2Fibl.git;a=blobdiff_plain;f=release.sh;h=93d4b45632ce86d066e29a4273462e244a3acc08;hp=fa784f9a3afcd6ae0c7359bd5e47100a3330820c;hb=e3c9180132d97e28b6a8845585cb9cb03440a5ab;hpb=cb1e6410562f34d40b19713c25e3ae6bccbe819a diff --git a/release.sh b/release.sh index fa784f9..93d4b45 100755 --- a/release.sh +++ b/release.sh @@ -1,6 +1,6 @@ #!/bin/sh # Generate the source release tarballs -export IBL_VERSION="0_5_1" +export IBL_VERSION="0_5_2" cd ../ if [ -f ibl_src_$IBL_VERSION.tar ]; then rm ibl_src_$IBL_VERSION.tar; fi @@ -146,5 +146,5 @@ cp -f src/util/i2cConfig/i2cparam_c6474.out ibl_bin_$IBL_VERSION/c6474/be/ #cp -f src/util/i2cConfig/i2cparam_c6457.out ibl_bin_$IBL_VERSION/c6457/be/ # Create Tar archive for binary package -tar -cvzf ibl_bin_$IBL_VERSION.tar ibl_bin_$IBL_VERSION +tar -cvf ibl_bin_$IBL_VERSION.tar ibl_bin_$IBL_VERSION