diff --git a/main.c b/main.c index 3cd78b1..9442ec6 100644 --- a/main.c +++ b/main.c @@ -28,7 +28,7 @@ int main() Initialize(); - printf("DiscImageChef Remote Server %s\n", DICMOTE_VERSION); + printf("Aaru Remote Server %s\n", DICMOTE_VERSION); printf("Copyright (C) 2019-2020 Natalia Portillo\n"); pkt_server_hello = GetHello();