View previous topic :: View next topic |
Author |
Message |
treitmey
Joined: 23 Jan 2004 Posts: 1094 Location: Appleton,WI USA
|
Small change, but a new version number!! : ) |
Posted: Thu Mar 03, 2005 2:51 pm |
|
|
It looks like CCS put out another small update.
And I am very happy to see that it looks like they gave it its' own
Version number.
WELL DONE! |
|
|
Humberto
Joined: 08 Sep 2003 Posts: 1215 Location: Buenos Aires, La Reina del Plata
|
|
Posted: Thu Mar 03, 2005 5:14 pm |
|
|
Are you talking about this ?
Quote: |
3.219 A problem treating some 32 bit unsigned numbers as signed in rel expresions is fixed
3.220 The device filenames have changed so all the center C and F characters are upper case (Linux note)
3.220 An few optimization bugs have been fixed
3.220 Some device definitions have been updated
3.211 A problem with the way local static variables are initialized is fixed
|
3.211
I guess an error in the built in function void version_index()
Humberto |
|
|
Haplo
Joined: 06 Sep 2003 Posts: 659 Location: Sydney, Australia
|
|
Posted: Thu Mar 03, 2005 10:56 pm |
|
|
Code: |
void version_index()
{
char Desc[20];
Version_Num+=0.001;
Fill_In_With_Some_Vague_Description (Desc);
printf("%f %s\r\n",Version_Num,Desc);
}
|
|
|
|
kometen
Joined: 12 Oct 2003 Posts: 13
|
Some vague description |
Posted: Fri Mar 04, 2005 7:25 am |
|
|
This is great humor. He He.
br
Poul |
|
|
|