diff --git a/src/rev.cpp.in b/src/rev.cpp.in index 70dc8ce6a4..c2a6c3937a 100644 --- a/src/rev.cpp.in +++ b/src/rev.cpp.in @@ -7,11 +7,11 @@ /** @file rev.cpp Autogenerated file with the revision and such of OpenTTD. */ -#include "${CMAKE_SOURCE_DIR}/src/stdafx.h" -#include "${CMAKE_SOURCE_DIR}/src/core/bitmath_func.hpp" -#include "${CMAKE_SOURCE_DIR}/src/rev.h" +#include "/home/dp/Downloads/openttd-15.0-beta2/src/stdafx.h" +#include "/home/dp/Downloads/openttd-15.0-beta2/src/core/bitmath_func.hpp" +#include "/home/dp/Downloads/openttd-15.0-beta2/src/rev.h" -#include "${CMAKE_SOURCE_DIR}/src/safeguards.h" +#include "/home/dp/Downloads/openttd-15.0-beta2/src/safeguards.h" /** * Is this version of OpenTTD a release version? @@ -35,7 +35,7 @@ bool IsReleasedVersion() * * shows a "M", if the binary is made from modified source code. */ -const char _openttd_revision[] = "15.0-beta1"; +const char _openttd_revision[] = "15.0-beta2"; /** * The text version of OpenTTD's build date. @@ -48,12 +48,12 @@ const char _openttd_build_date[] = __DATE__ " " __TIME__; /** * The git revision hash of this version. */ -const char _openttd_revision_hash[] = "cd0e1fc47de2095cc0642d73ad5d42db35a63d43"; +const char _openttd_revision_hash[] = "369983846a82bdd87e911bdd940ec49f3316c6ac"; /** * The year of this version. */ -const char _openttd_revision_year[] = "2024"; +const char _openttd_revision_year[] = "2025"; /** * Let us know if current build was modified. This detection