2 Commits

Author SHA1 Message Date
veroxsity
5945d6b94c fix: Update product version to 1.2.3.0 and build number to 570 2026-05-23 23:11:50 +01:00
veroxsity
b2feed2264 fix: Update BUILD_NUMBER to 570 in GenerateBuildVer.cmake 2026-05-23 23:01:29 +01:00
2 changed files with 3 additions and 3 deletions

View File

@@ -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

View File

@@ -1,7 +1,7 @@
#pragma once
#define VER_PRODUCTBUILD 560
#define VER_PRODUCTVERSION_STR_W L"1.2.2.0"
#define VER_PRODUCTBUILD 570
#define VER_PRODUCTVERSION_STR_W L"1.2.3.0"
#define VER_FILEVERSION_STR_W VER_PRODUCTVERSION_STR_W
#define VER_BRANCHVERSION_STR_W L"UNKNOWN BRANCH"
#define VER_NETWORK VER_PRODUCTBUILD