From 61032259697ce9d00f157fc37e805624c0ac2d44 Mon Sep 17 00:00:00 2001 From: Raimon Zamora Date: Mon, 4 May 2026 12:48:47 +0200 Subject: [PATCH] =?UTF-8?q?-=20[NEW]=20Nombre=20de=20versi=C3=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.cpp | 4 ++++ 1 file changed, 4 insertions(+) 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) {