Update rev.cpp.in to 15.0-RC4

This commit is contained in:
dP
2025-12-28 06:06:20 +05:00
parent 25d55189f1
commit b2d193a946

View File

@@ -35,7 +35,7 @@ bool IsReleasedVersion()
*
* <modified> shows a "M", if the binary is made from modified source code.
*/
const std::string _openttd_revision = "15.0-RC3";
const std::string _openttd_revision = "15.0-RC4";
/**
* The text version of OpenTTD's build date.
@@ -48,7 +48,7 @@ const std::string_view _openttd_build_date = __DATE__ " " __TIME__;
/**
* The git revision hash of this version.
*/
const std::string_view _openttd_revision_hash = "6338c487b8f8e01445eb2b2e9e5f633eaa78a65f";
const std::string_view _openttd_revision_hash = "530546b8caf9b8d48eb8a3e4d30955a6e7adf9a6";
/**
* The year of this version.