summaryrefslogtreecommitdiff
path: root/src/rev.cpp.in
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2011-02-14 20:20:57 +0000
committerrubidium <rubidium@openttd.org>2011-02-14 20:20:57 +0000
commit22afd8396407ce1d8e738833a60f180b526a8550 (patch)
tree93b502b1ae72cfb272233347d86081a7a30ca005 /src/rev.cpp.in
parent1b2ef664162a4b9e684c8847e80db4269e97beec (diff)
downloadopenttd-22afd8396407ce1d8e738833a60f180b526a8550.tar.xz
(svn r22083) -Change: trunk is heading towards 1.2 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 ae867298d..6eb90dc4a 100644
--- a/src/rev.cpp.in
+++ b/src/rev.cpp.in
@@ -60,7 +60,7 @@ const byte _openttd_revision_modified = !!MODIFIED!!;
* final release will always have a lower version number than the released
* version, thus making comparisions on specific revisions easy.
*/
-const uint32 _openttd_newgrf_version = 1 << 28 | 1 << 24 | 0 << 20 | 0 << 19 | (!!REVISION!! & ((1 << 19) - 1));
+const uint32 _openttd_newgrf_version = 1 << 28 | 2 << 24 | 0 << 20 | 0 << 19 | (!!REVISION!! & ((1 << 19) - 1));
#ifdef __MORPHOS__
/**