summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 291b54e)
raw | patch | inline | side by side (parent: 291b54e)
author | Sandeep Nair <sandeep_n@ti.com> | |
Fri, 17 Jun 2011 21:29:22 +0000 (17:29 -0400) | ||
committer | Sandeep Nair <sandeep_n@ti.com> | |
Fri, 17 Jun 2011 21:29:22 +0000 (17:29 -0400) |
release.sh | patch | blob | history | |
src/ibl.h | patch | blob | history |
diff --git a/release.sh b/release.sh
index 9f645e57596fdd0b904b2f451f7dd02348512407..2537ce3616b0204fffdbc01b17a855c27b6f9cd1 100755 (executable)
--- a/release.sh
+++ b/release.sh
#!/bin/sh
# Generate the source release tarballs
-export IBL_VERSION="1_0_0_5"
+export IBL_VERSION="1_0_0_6"
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 e9053b4a392dccfa5dbf974ea6e4df8e6b7271ba..c5aeb45b86f9f097bb3808294d87591bb2459fee 100644 (file)
--- a/src/ibl.h
+++ b/src/ibl.h
/**
* @brief
- * The version number, 1.0.0.5
+ * The version number, 1.0.0.6
*/
-#define ibl_VERSION ibl_MAKE_VERSION(1,0,0,5)
+#define ibl_VERSION ibl_MAKE_VERSION(1,0,0,6)
/**