summaryrefslogtreecommitdiff
path: root/src/rev.cpp.in
diff options
context:
space:
mode:
authorfrosch <github@elsenhans.name>2019-03-03 20:51:57 +0100
committerGitHub <noreply@github.com>2019-03-03 20:51:57 +0100
commita67ee025294278f9113a1c8bcb5ee91d9e174f69 (patch)
tree7309d2ebe35dc37363e9d7e996849bdba56a6214 /src/rev.cpp.in
parenteb46a89855c01a4898f5a9760969f2d9a7b3137d (diff)
downloadopenttd-a67ee025294278f9113a1c8bcb5ee91d9e174f69.tar.xz
Change: Heading for 1.10 now (#7319)
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 2d58bb152..2ba406868 100644
--- a/src/rev.cpp.in
+++ b/src/rev.cpp.in
@@ -82,7 +82,7 @@ const byte _openttd_revision_tagged = !!ISTAG!!;
* 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 | 9 << 24 | 0 << 20 | !!ISSTABLETAG!! << 19 | 28004;
+const uint32 _openttd_newgrf_version = 1 << 28 | 10 << 24 | 0 << 20 | !!ISSTABLETAG!! << 19 | 28004;
#ifdef __MORPHOS__
/**