freemyipod r911 - Code Review

Jump to: navigation, search
Repository:freemyipod
Revision:r910‎ | r911 | r912 >
Date:09:22, 26 March 2014
Author:user890104
Status:new
Tags:
Comment:
UMSboot: Bump version number to 0.2.1
Modified paths:
  • /umsboot/src/target/umsboot/ipodclassic/console.c (modified) (history)
  • /umsboot/src/target/umsboot/ipodnano2g/console.c (modified) (history)
  • /umsboot/src/target/umsboot/ipodnano4g/console.c (modified) (history)

Diff [purge]

Index: umsboot/src/target/umsboot/ipodnano2g/console.c
@@ -105,7 +105,7 @@
106106 lcd_backlight(&umsboot_lcd, 100);
107107 console_init(&umsboot_console);
108108 console_puts(&umsboot_console,
109 - "UMSboot v0.2\n\n"
 109+ "UMSboot v0.2.1\n\n"
110110 "Please copy a UBI file to\n"
111111 "the mass storage device and\n"
112112 "safely eject it when you're\n"
Index: umsboot/src/target/umsboot/ipodnano4g/console.c
@@ -99,7 +99,7 @@
100100 lcd_backlight(&umsboot_lcd, 100);
101101 console_init(&umsboot_console);
102102 console_puts(&umsboot_console,
103 - "UMSboot v0.2\n\n"
 103+ "UMSboot v0.2.1\n\n"
104104 "Please copy a UBI file to the mass\n"
105105 "storage device and safely eject\n"
106106 "it when you're done.\n"
Index: umsboot/src/target/umsboot/ipodclassic/console.c
@@ -99,7 +99,7 @@
100100 lcd_backlight(&umsboot_lcd, 100);
101101 console_init(&umsboot_console);
102102 console_puts(&umsboot_console,
103 - "UMSboot v0.2\n\n"
 103+ "UMSboot v0.2.1\n\n"
104104 "Please copy a UBI file to the mass storage\n"
105105 "device and safely eject it when you're done.\n"
106106 "If you booted this accidentally, just press\n"