diff --git a/meta/icon.png b/meta/icon.png index affe8c4..94e26e4 100644 Binary files a/meta/icon.png and b/meta/icon.png differ diff --git a/meta/icon2.png b/meta/icon2.png new file mode 100644 index 0000000..affe8c4 Binary files /dev/null and b/meta/icon2.png differ diff --git a/meta/meta.xml b/meta/meta.xml index f59d334..e097adb 100644 --- a/meta/meta.xml +++ b/meta/meta.xml @@ -2,8 +2,8 @@ FTPiiU joedj - 0.2 - 20160302200000 + 0.3 + 20160331200000 An FTP server ftpiiU is an FTP server for WiiU. diff --git a/src/main.c b/src/main.c index 7193a9f..d699141 100644 --- a/src/main.c +++ b/src/main.c @@ -137,7 +137,7 @@ int Menu_Main(void) OSScreenFlipBuffersEx(0); OSScreenFlipBuffersEx(1); - console_printf("FTPiiU listening on %u.%u.%u.%u:%i", (network_gethostip() >> 24) & 0xFF, (network_gethostip() >> 16) & 0xFF, (network_gethostip() >> 8) & 0xFF, (network_gethostip() >> 0) & 0xFF, PORT); + console_printf("FTPiiU v0.3 is listening on %u.%u.%u.%u:%i", (network_gethostip() >> 24) & 0xFF, (network_gethostip() >> 16) & 0xFF, (network_gethostip() >> 8) & 0xFF, (network_gethostip() >> 0) & 0xFF, PORT); MountVirtualDevices();