diff --git a/main.cpp b/main.cpp index dbde735..5b75d37 100644 --- a/main.cpp +++ b/main.cpp @@ -8,6 +8,8 @@ #include #include +#define VERSION "2.0.1" + std::string libs = ""; std::string cppflags = ""; std::string executable = "out"; @@ -428,6 +430,8 @@ void processCommand(std::string arg) { int main(int argc, char *argv[]) { + std::cout << "Lagueirto v" << VERSION << std::endl; + std::string configuration_to_use; for (int i = 1; i < argc; ++i) {