summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 4236cd0)
raw | patch | inline | side by side (parent: 4236cd0)
author | Sandeep Nair <sandeep_n@ti.com> | |
Wed, 17 Aug 2011 17:19:10 +0000 (13:19 -0400) | ||
committer | Sandeep Nair <sandeep_n@ti.com> | |
Wed, 17 Aug 2011 17:19:10 +0000 (13:19 -0400) |
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 d929d96da9f6a4a9f42e007be9e714c87899fbfe..0d4b79b20b5c09dbf85e4dff9734189b49228292 100644 (file)
--- a/doc/README.txt
+++ b/doc/README.txt
=====================================================
C6x Intermediate Bootloader (IBL)
-Version: 1.0.0.9
-July 2011
+Version: 1.0.0.10
+August 2011
=====================================================
This directory contains the following documents:
diff --git a/release.sh b/release.sh
index a9906d942d747f086ae83d678380654737e4f74c..120ddeae4d733fb874ca01f54015d559c288c3ab 100755 (executable)
--- a/release.sh
+++ b/release.sh
#!/bin/sh
# Generate the source release tarballs
-export IBL_VERSION="1_0_0_9"
+export IBL_VERSION="1_0_0_10"
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 144f045c308d6e23d07325d21fdba65038431fdb..3bf0645b828d3476c55adf9e39c6513d06216008 100644 (file)
--- a/src/ibl.h
+++ b/src/ibl.h
/**
* @brief
- * The version number, 1.0.0.9
+ * The version number, 1.0.0.10
*/
-#define ibl_VERSION ibl_MAKE_VERSION(1,0,0,9)
+#define ibl_VERSION ibl_MAKE_VERSION(1,0,0,10)
/**