|
From: <bob...@us...> - 2007-07-18 10:18:29
|
Revision: 1175
http://svn.sourceforge.net/hackndev/?rev=1175&view=rev
Author: bobofdoom
Date: 2007-07-18 03:18:09 -0700 (Wed, 18 Jul 2007)
Log Message:
-----------
Cocoboot: Version 0.4
Modified Paths:
--------------
cocoboot/trunk/Changelog
cocoboot/trunk/include/cocoboot.rcp
Modified: cocoboot/trunk/Changelog
===================================================================
--- cocoboot/trunk/Changelog 2007-07-17 15:21:09 UTC (rev 1174)
+++ cocoboot/trunk/Changelog 2007-07-18 10:18:09 UTC (rev 1175)
@@ -1,3 +1,5 @@
+version 0.4:
+ - Fixed 'c01d' error introduced in 0.3 on LD, TX etc.
- Added reading of a config file.
- Added option for skipping prompts.
Modified: cocoboot/trunk/include/cocoboot.rcp
===================================================================
--- cocoboot/trunk/include/cocoboot.rcp 2007-07-17 15:21:09 UTC (rev 1174)
+++ cocoboot/trunk/include/cocoboot.rcp 2007-07-18 10:18:09 UTC (rev 1175)
@@ -1,7 +1,7 @@
#include "cocoboot_r.h"
APPLICATIONICONNAME ID 1000 "Cocoboot"
-VERSION "0.2"
+VERSION "0.4"
ICON
BEGIN
@@ -79,7 +79,7 @@
-STRING GnuGpl "Cocoboot 0.3, PalmOS Linux loader.\n"\
+STRING GnuGpl "Cocoboot 0.4, PalmOS Linux loader.\n"\
"Copyright (C) 2006\n"\
"\n"\
"www.hackndev.com\n"\
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|