summaryrefslogtreecommitdiff
path: root/src/rev.cpp.in
diff options
context:
space:
mode:
authorPatric Stout <truebrain@openttd.org>2021-03-14 20:47:31 +0100
committerGitHub <noreply@github.com>2021-03-14 20:47:31 +0100
commit9bfa7198fdd617df4ed41086c62d3806d890573d (patch)
tree373442349ef0be9c96907ad088e51dc4a6fe347b /src/rev.cpp.in
parent74c98db1b61c805f7931cc252c30cc62c4eb0c90 (diff)
downloadopenttd-9bfa7198fdd617df4ed41086c62d3806d890573d.tar.xz
Change: Heading for 1.12 now (#8862)
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 16c403a67..208588a71 100644
--- a/src/rev.cpp.in
+++ b/src/rev.cpp.in
@@ -85,4 +85,4 @@ const byte _openttd_revision_tagged = ${REV_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 | 11 << 24 | 0 << 20 | ${REV_ISSTABLETAG} << 19 | 28004;
+const uint32 _openttd_newgrf_version = 1 << 28 | 12 << 24 | 0 << 20 | ${REV_ISSTABLETAG} << 19 | 28004;