From fd43009ab689a4a665e2f97a6df296f4ab640890 Mon Sep 17 00:00:00 2001 From: DrPerkyLegit <116128211+DrPerkyLegit@users.noreply.github.com> Date: Sat, 16 May 2026 05:17:52 -0400 Subject: [PATCH] chore: bump network version to 570 (#78) Updated the build number from 560 to 570. All clients will be prompted with version miss-matches when joining smartcmd servers and cannot connect to clients older than this point --- cmake/GenerateBuildVer.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmake/GenerateBuildVer.cmake b/cmake/GenerateBuildVer.cmake index 5db7f0d0..aa4e52bd 100644 --- a/cmake/GenerateBuildVer.cmake +++ b/cmake/GenerateBuildVer.cmake @@ -7,7 +7,7 @@ if(NOT OUTPUT_FILE) message(FATAL_ERROR "OUTPUT_FILE must be set.") endif() -set(BUILD_NUMBER 560) # Note: Build/network has to stay static for now, as without it builds wont be able to play together. We can change it later when we have a better versioning scheme in place. +set(BUILD_NUMBER 570) # Note: Build/network has to stay static for now, as without it builds wont be able to play together. We can change it later when we have a better versioning scheme in place. set(SUFFIX "") # Get short SHA @@ -88,4 +88,4 @@ if(_changed) file(RENAME "${_tmp}" "${OUTPUT_FILE}") else() file(REMOVE "${_tmp}") -endif() \ No newline at end of file +endif()