mirror of
https://github.com/ksherlock/mpw.git
synced 2024-11-24 13:32:39 +00:00
changeling, bump version
This commit is contained in:
parent
d48f3c39da
commit
a7301cfd5d
@ -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
|
0.7.9.a - January 4, 2014
|
||||||
-------------------------
|
-------------------------
|
||||||
|
@ -579,7 +579,7 @@ void MidInstructionExceptionFunc()
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
#define MPW_VERSION "0.7.2"
|
#define MPW_VERSION "0.8.0"
|
||||||
void help()
|
void help()
|
||||||
{
|
{
|
||||||
printf("MPW " MPW_VERSION "\n");
|
printf("MPW " MPW_VERSION "\n");
|
||||||
|
Loading…
Reference in New Issue
Block a user