xdc-B24
diff --git a/README b/README
index f2b4351..7dfe629 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
- xdc-B22 (corevers:16.0.2.0; B:150,G:180,R:170)
+ xdc-B24 (corevers:16.0.2.0; B:150,G:180,R:170)
eXpanDed C Tools (XDCtools)
@@ -36,17 +36,17 @@
# clone the tree and merge/review user content
ggentree -u sascha@ti.com xdc.git
- cd xdc-C??
+ cd xdc-B??
# unzip build.zip from the last released tree
- unzip -q ../xdc-C??/build.zip
+ unzip -q ../xdc-B??/build.zip
# make sure the user email and name are your eclipse credentials
# before making any changes that need to be pushed to eclipse
cat config-dr >> ./.git/config
# make sure the user email and name are your eclipse credentials
- git merge origin/xdccore-C-dr
+ git merge origin/xdccore-B-dr
# build the tree using LSF to force older GLIBC to be used when
# linking Linux executables
@@ -55,7 +55,7 @@
# update README
emacs README
- git commit -a -m xdc-C??
+ git commit -a -m xdc-B??
# release the tree
greltree -m "something brief and meaningful"
@@ -89,12 +89,9 @@
CHANGES
-xdc.runtime & xdc.rutime.knl
- removed RomConsts
-
-xdc.services.spec
- removed RomConsts
+xdc.services.host.bin
+ fixed 512993 - xdcrmp can't always remove package directories
MRS
-ECL515617 - remove RoMConsts XDCspec attribute
+ECL512993 - xdcrmp can't always remove package directories
diff --git a/ident.c b/ident.c
index f228280..79a55f5 100644
--- a/ident.c
+++ b/ident.c
@@ -2,7 +2,7 @@
* ======== ident.c ========
*/
-#define _VERS_ "@(#)*** xdc-B22"
+#define _VERS_ "@(#)*** xdc-B24"
static char __NAME[] = _NAME_;
static char __DATE[] = _DATE_;