changeling, bump version

This commit is contained in:
Kelvin Sherlock 2015-02-12 20:14:15 -05:00
parent d48f3c39da
commit a7301cfd5d
2 changed files with 11 additions and 1 deletions

View File

@ -1,4 +1,14 @@
-------------------------
0.8.0 - February 12, 2014
-------------------------
* new debugger feature: templates ("a0;t HFileInfo" to display as an HFileInfo struct)
* Prevent OS X Resource Manager from byteswapping resource data. Rez and DeRez now work.
* .sym and .ntkc files considered binary (Newton tools)
* some support for the MetroWerks MPW tools
* Lots of other miscellaneous bug fixes and tweaks
-------------------------
0.7.9.a - January 4, 2014
-------------------------

View File

@ -579,7 +579,7 @@ void MidInstructionExceptionFunc()
}
#define MPW_VERSION "0.7.2"
#define MPW_VERSION "0.8.0"
void help()
{
printf("MPW " MPW_VERSION "\n");