From be1678beaf95af10adac9f014fe52522fe04db7b Mon Sep 17 00:00:00 2001 From: Endert0m Date: Sat, 20 Jun 2026 16:18:48 +0200 Subject: [PATCH] Preparazione alla versione 0.8 --- CMakeLists.txt | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c18d7b7..f8a10b8 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -53,7 +53,7 @@ target_compile_options(common INTERFACE set(METHODS_PATH "./src/*/methods/*.cpp") -set(VERSION "V7") +set(VERSION "V8") file(GLOB_RECURSE METHODS_SRC "${METHODS_PATH}") add_executable(main${VERSION} ./src/testMain.cpp ${METHODS_SRC} ) diff --git a/README.md b/README.md index 5375343..217d056 100644 --- a/README.md +++ b/README.md @@ -56,4 +56,4 @@ Per spostare l'intera scena si tiene premuto il tasto centrale del mouse. # Per lanciare: - ./build/bin/mainV7 + ./build/bin/mainV8