diff --git a/.version b/.version index 81c871de46..4dae2985b5 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -1.10.0 +1.10.1 diff --git a/src/rev.cpp b/src/rev.cpp index 0b55f51b51..7d2a079647 100644 --- a/src/rev.cpp +++ b/src/rev.cpp @@ -83,4 +83,4 @@ const byte _openttd_revision_tagged = 1; const uint32 _openttd_newgrf_version = 1 << 28 | 10 << 24 | 0 << 20 | 1 << 19 | 28004; -const char _citymania_version[] = "20200401-master-m7942f63772 10.04.20"; +const char _citymania_version[] = "20200414-master-mac49c06f4b 14.04.20"; diff --git a/src/rev.cpp.in b/src/rev.cpp.in index 70aedb142f..1eb8fac933 100644 --- a/src/rev.cpp.in +++ b/src/rev.cpp.in @@ -35,7 +35,7 @@ bool IsReleasedVersion() * * shows a "M", if the binary is made from modified source code. */ -const char _openttd_revision[] = "1.10.0"; +const char _openttd_revision[] = "1.10.1"; /** * The text version of OpenTTD's build date. @@ -48,7 +48,7 @@ const char _openttd_build_date[] = __DATE__ " " __TIME__; /** * The git revision hash of this version. */ -const char _openttd_revision_hash[] = "c8cd5f7f3ad26dc34cfceae50ae33c897b8c2cf6"; +const char _openttd_revision_hash[] = "7f77b8c1e27f3d102b1f665d2a3c500598245c3b"; /** * Let us know if current build was modified. This detection