Skip to content

Commit abcac5b

Browse files
committed
change version to 1.0.4
1 parent f11ec9a commit abcac5b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

httpd/vendors/Widora/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<body>
99
<div id="h"><img src="vt.png"></div>
1010
<div id="m">
11-
<h1>Update for Widora V1.0.3</h1>
11+
<h1>Update for Widora V1.0.4</h1>
1212
<p>Don't power off the device during update, if everything goes well, the device will restart.</p>
1313
<form method="post" enctype="multipart/form-data"><input type="file" name="firmware"><input type="submit" value="Update firmware"></form>
1414
<p><strong>U-Boot is very important,please be sure to update this device!!!</strong></p>

lib_mips/board.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -537,7 +537,7 @@ static int display_banner(void)
537537
{
538538

539539
printf ("\n\n%s\n\n", version_string);
540-
printf ("\n\nWidora by mango,V1.0.3\n\n");
540+
printf ("\n\nWidora by mango,V1.0.4\n\n");
541541
return (0);
542542
}
543543

0 commit comments

Comments
 (0)