summaryrefslogtreecommitdiff
path: root/src/rev.cpp.in
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2018-03-14 19:36:41 +0000
committerfrosch <frosch@openttd.org>2018-03-14 19:36:41 +0000
commit09d473567958785287e20b74b4ad8ebefe930e18 (patch)
treef405ae2d6825b7f73c9949071a57ca963ccdaa2f /src/rev.cpp.in
parent080d57d97adc3d6a4e03be7b2f6027029d651b2b (diff)
downloadopenttd-09d473567958785287e20b74b4ad8ebefe930e18.tar.xz
(svn r27993) -Change: Heading for 1.9 now
Diffstat (limited to 'src/rev.cpp.in')
-rw-r--r--src/rev.cpp.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rev.cpp.in b/src/rev.cpp.in
index b6bddeacf..5e089dc1f 100644
--- a/src/rev.cpp.in
+++ b/src/rev.cpp.in
@@ -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 | 9 << 24 | 0 << 20 | 0 << 19 | (!!REVISION!! & ((1 << 19) - 1));
#ifdef __MORPHOS__
/**