- [NEW] Scripts de publicació

This commit is contained in:
2026-05-04 18:12:10 +02:00
parent 6103225969
commit 8bcd70a943
5 changed files with 116 additions and 2 deletions

View File

@@ -8,7 +8,7 @@
#include <algorithm>
#include <string.h>
#define VERSION "2.0.1"
#include "version.h"
std::string libs = "";
std::string cppflags = "";
@@ -430,7 +430,7 @@ void processCommand(std::string arg) {
int main(int argc, char *argv[])
{
std::cout << "Lagueirto v" << VERSION << std::endl;
std::cout << "Lagueirto v" << LAGUEIRTO_VERSION << std::endl;
std::string configuration_to_use;
for (int i = 1; i < argc; ++i)