summaryrefslogtreecommitdiff
path: root/src/rev.cpp.in
diff options
context:
space:
mode:
authorglx <glx@openttd.org>2020-02-08 22:44:31 +0100
committerglx22 <glx22@users.noreply.github.com>2020-02-08 23:38:49 +0100
commit2f264f2c92d202608cb54cf6f06abf8e2aa0e875 (patch)
treee24154b2edd5aeb03f338314dc24f1ee3b93bca0 /src/rev.cpp.in
parenta499e9acdd385b57dd43caf88af3a6f7f53716ba (diff)
downloadopenttd-2f264f2c92d202608cb54cf6f06abf8e2aa0e875.tar.xz
Change: Heading for 1.11 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 003fb5556..48b29f349 100644
--- a/src/rev.cpp.in
+++ b/src/rev.cpp.in
@@ -80,4 +80,4 @@ 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 | 10 << 24 | 0 << 20 | !!ISSTABLETAG!! << 19 | 28004;
+const uint32 _openttd_newgrf_version = 1 << 28 | 11 << 24 | 0 << 20 | !!ISSTABLETAG!! << 19 | 28004;