summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 2a1b31c)
raw | patch | inline | side by side (parent: 2a1b31c)
author | Sandeep Paulraj <s-paulraj@ti.com> | |
Wed, 23 Nov 2011 16:33:57 +0000 (11:33 -0500) | ||
committer | Sandeep Paulraj <s-paulraj@ti.com> | |
Wed, 23 Nov 2011 16:33:57 +0000 (11:33 -0500) |
Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
doc/README.txt | patch | blob | history | |
release.sh | patch | blob | history | |
src/ibl.h | patch | blob | history |
diff --git a/doc/README.txt b/doc/README.txt
index 3a0736281325b10d9f1a4e45a20a649885b2e3a5..bbf33526eaecdf2043648503cfc1000132b06e02 100644 (file)
--- a/doc/README.txt
+++ b/doc/README.txt
=====================================================
C6x Intermediate Bootloader (IBL)
-Version: 1.0.0.11
-September 2011
+Version: 1.0.0.12
+November 2011
=====================================================
This directory contains the following documents:
Load the index.html file from this folder in a browser.
4. evmc6678-instructions.txt: Document describing steps to use IBL on the c6678 EVM
5. evmc6670-instructions.txt: Document describing steps to use IBL on the c6670 EVM
-6. evmc6472-instructions.txt: Document describing steps to use IBL on the c6472 EVM
-6. evmc6457-instructions.txt: Document describing steps to use IBL on the c6457 EVM
-8. evmc6474-instructions.txt: Document describing steps to use IBL on the c6474 EVM
-9. evmc6474l-instructions.txt: Document describing steps to use IBL on the c6474L EVM
-10. evmc6455-instructions.txt: Document describing steps to use IBL on the DSK 6455 EVM
diff --git a/release.sh b/release.sh
index 45f764f7358ef9a1798117bbe20624d61091f3b0..e26f6c3c075e916c26586c8a12bff262518e6e79 100755 (executable)
--- a/release.sh
+++ b/release.sh
#!/bin/sh
# Generate the source release tarballs
-export IBL_VERSION="1_0_0_11"
+export IBL_VERSION="1_0_0_12"
cd ../
if [ -f ibl_src_$IBL_VERSION.tgz ]; then rm ibl_src_$IBL_VERSION.tgz; fi
diff --git a/src/ibl.h b/src/ibl.h
index 8684d162be25760fa21d8a3015c026d813fdc340..26ef6eb4fad40e011da137d37fbc182c2a43fc8d 100644 (file)
--- a/src/ibl.h
+++ b/src/ibl.h
/**
* @brief
- * The version number, 1.0.0.11
+ * The version number, 1.0.0.12
*/
-#define ibl_VERSION ibl_MAKE_VERSION(1,0,0,11)
+#define ibl_VERSION ibl_MAKE_VERSION(1,0,0,12)
/**