From bee40dddac65ef2626f303fc99108766931f014f Mon Sep 17 00:00:00 2001 From: Sandeep Nair Date: Wed, 22 Jun 2011 15:36:34 -0400 Subject: [PATCH] Updated release version modified make clean for i2cConfig --- doc/README.txt | 2 +- release.sh | 2 +- src/ibl.h | 4 ++-- src/util/i2cConfig/makestg2 | 3 ++- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/doc/README.txt b/doc/README.txt index 0ae5502..a354e14 100644 --- a/doc/README.txt +++ b/doc/README.txt @@ -1,6 +1,6 @@ ===================================================== C6x Intermediate Bootloader (IBL) -Version: 1.0.0.6 +Version: 1.0.0.7 June 2011 ===================================================== diff --git a/release.sh b/release.sh index 2537ce3..b594473 100755 --- a/release.sh +++ b/release.sh @@ -1,6 +1,6 @@ #!/bin/sh # Generate the source release tarballs -export IBL_VERSION="1_0_0_6" +export IBL_VERSION="1_0_0_7" 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 c5aeb45..56e350b 100644 --- a/src/ibl.h +++ b/src/ibl.h @@ -65,9 +65,9 @@ /** * @brief - * The version number, 1.0.0.6 + * The version number, 1.0.0.7 */ -#define ibl_VERSION ibl_MAKE_VERSION(1,0,0,6) +#define ibl_VERSION ibl_MAKE_VERSION(1,0,0,7) /** diff --git a/src/util/i2cConfig/makestg2 b/src/util/i2cConfig/makestg2 index 601b605..0a06392 100644 --- a/src/util/i2cConfig/makestg2 +++ b/src/util/i2cConfig/makestg2 @@ -86,7 +86,8 @@ $(CFG_MODULES): clean2: $(CLEAN_MODULES) @rm -f $(OBJS) @rm -f $(subst .c,.dc,$(CSRC)) - + @rm -f *.out *.map + $(CLEAN_MODULES): @echo cleaning $(subst clean_, ,$@) -- 2.39.2