Update rev.cpp.in to 15.0-beta2
This commit is contained 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()
|
||||
*
|
||||
* <modified> 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
|
||||
|
||||
Reference in New Issue
Block a user