diff --git a/.ottdrev b/.ottdrev index 23cb3a5053..fdb7582eca 100644 --- a/.ottdrev +++ b/.ottdrev @@ -1 +1 @@ -1.7.0-RC1 27783 0 1.7.0-RC1 +1.8.0 28002 0 1.8.0 diff --git a/src/rev.cpp.in b/src/rev.cpp.in index 4a4e2ffc8f..32a7d75390 100644 --- a/src/rev.cpp.in +++ b/src/rev.cpp.in @@ -1,4 +1,4 @@ -/* $Id: rev.cpp.in 27518 2016-03-01 20:00:22Z frosch $ */ +/* $Id: rev.cpp.in 28002 2018-04-01 11:14:34Z frosch $ */ /* * This file is part of OpenTTD. @@ -72,7 +72,7 @@ const byte _openttd_revision_modified = !!MODIFIED!!; * final release will always have a lower version number than the released * version, thus making comparisons on specific revisions easy. */ -const uint32 _openttd_newgrf_version = 1 << 28 | 8 << 24 | 0 << 20 | 0 << 19 | (!!REVISION!! & ((1 << 19) - 1)); +const uint32 _openttd_newgrf_version = 1 << 28 | 8 << 24 | 0 << 20 | 1 << 19 | (!!REVISION!! & ((1 << 19) - 1)); #ifdef __MORPHOS__ /**