diff --git a/DataStruct.h b/DataStruct.h index b6c64dd..fe02eb7 100644 --- a/DataStruct.h +++ b/DataStruct.h @@ -32,9 +32,9 @@ //Prgoram title #define PROGRAM_TITLE "eXtendet PAK" -#define PROGRAM_VERSION "v1.2" +#define PROGRAM_VERSION "v1.0" #define PROGRAM_AUTHOR "Yanczi" -#define PROGRAM_COMPILING "28 September 2025" +#define PROGRAM_COMPILING "30 September 2025" #define PROGRAM_LICENSE "GNU LGPL v3" //Limity diff --git a/voidcmd.cpp b/voidcmd.cpp index 7031729..e634293 100644 --- a/voidcmd.cpp +++ b/voidcmd.cpp @@ -81,7 +81,17 @@ bool EmptyPath(std::string path) int main(int argc, char* argv[]) { std::string path = ""; - std::cout << "\n" << PROGRAM_TITLE << " " << PROGRAM_VERSION << " Release " << PROGRAM_COMPILING << std::endl; + std::cout << + " 8888888b. d8888 888 d8P \n" + " 888 Y88b d88888 888 d8P \n" + " 888 888 d88P888 888 d8P \n" + " .d88b. 888 888 888 d88P d88P 888 888d88K \n" + "d8P Y8b `Y8bd8P' 8888888P' d88P 888 8888888b \n" + "88888888 X88K 888 d88P 888 888 Y88b \n" + "Y8b. .d8''8b. 888 d8888888888 888 Y88b \n" + " 'Y8888 888 888 888 d88P 888 888 Y88b\n" + << std::endl; + std::cout << "\n" << PROGRAM_VERSION << " Release " << PROGRAM_COMPILING << std::endl; std::cout << "Author: " << PROGRAM_AUTHOR << std::endl; std::cout << "License: " << PROGRAM_LICENSE << "\n" << std::endl;