]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - keystone-rtos/ibl.git/commitdiff
Modified version to 0.5.2
authorRaghu Nambiath <a0850439@gtlnx01.gt.design.ti.com>
Mon, 15 Nov 2010 15:58:29 +0000 (10:58 -0500)
committerRaghu Nambiath <a0850439@gtlnx01.gt.design.ti.com>
Mon, 15 Nov 2010 15:58:29 +0000 (10:58 -0500)
doc/release_info.txt
release.sh

index 73540c0f11b365c0aca2e43fb30e132716eb599e..0d8243814b440dd9583d40726661e2e53a08f880 100644 (file)
@@ -1,6 +1,6 @@
 =====================================================
 C6x Bootloader Release Note
-Version: 0.5.1
+Version: 0.5.2
 November 2010
 =====================================================
 
index fa784f9a3afcd6ae0c7359bd5e47100a3330820c..f5c8edbe39919c9aa1c301f336c1cc7b9297ae54 100755 (executable)
@@ -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