summaryrefslogtreecommitdiff
path: root/src/rev.cpp.in
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2009-12-23 23:09:47 +0000
committerrubidium <rubidium@openttd.org>2009-12-23 23:09:47 +0000
commit60082980fd12b645150655a29c9b68e3aa0f92ef (patch)
tree0377bfd4ddc8f9bc13474df798cb08cac2760b85 /src/rev.cpp.in
parent5aea707be06ce318065a7209251579f817d032c6 (diff)
downloadopenttd-60082980fd12b645150655a29c9b68e3aa0f92ef.tar.xz
(svn r18622) -Merge: release changes
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 21e084709..6e33a64f3 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 = 0 << 28 | 8 << 24 | 0 << 20 | 0 << 19 | (!!REVISION!! & ((1 << 19) - 1));
+const uint32 _openttd_newgrf_version = 1 << 28 | 0 << 24 | 0 << 20 | 0 << 19 | (!!REVISION!! & ((1 << 19) - 1));
#ifdef __MORPHOS__
/**