From 478741543299a9d7e1154cd5eb77d0f07f213861 Mon Sep 17 00:00:00 2001 From: Guillaume Jacquemin Date: Tue, 16 Jul 2024 13:01:39 +0200 Subject: [PATCH] CMakeLists: change the codename. --- src/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index c7dd92f..b57651c 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -234,7 +234,7 @@ target_compile_definitions(MassBuilderSaveTool PRIVATE SAVETOOL_VERSION_MINOR=5 SAVETOOL_VERSION_PATCH=0 SAVETOOL_VERSION_PRERELEASE=true - SAVETOOL_CODENAME="Friendly Valkyrie" + SAVETOOL_CODENAME="Fuckin' UE5..." SAVETOOL_SUPPORTED_GAME_VERSION="0.11.x" )