diff options
author | frosch <frosch@openttd.org> | 2014-03-17 20:02:30 +0000 |
---|---|---|
committer | frosch <frosch@openttd.org> | 2014-03-17 20:02:30 +0000 |
commit | db96a109ff29776e00c6860acdef2d61b81a1f0b (patch) | |
tree | 0e8743a2261ccfd80e1c6c22b4e56b0eda72457a /src/rev.cpp.in | |
parent | d470955e403622f9dbe5e465ca4fec5dd2e8c23d (diff) | |
download | openttd-db96a109ff29776e00c6860acdef2d61b81a1f0b.tar.xz |
(svn r26406) -Change: heading for 1.5 now
Diffstat (limited to 'src/rev.cpp.in')
-rw-r--r-- | src/rev.cpp.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rev.cpp.in b/src/rev.cpp.in index cd22a4a8c..506e641d7 100644 --- a/src/rev.cpp.in +++ b/src/rev.cpp.in @@ -70,7 +70,7 @@ const byte _openttd_revision_modified = !!MODIFIED!!; * 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 | 4 << 24 | 0 << 20 | 0 << 19 | (!!REVISION!! & ((1 << 19) - 1)); +const uint32 _openttd_newgrf_version = 1 << 28 | 5 << 24 | 0 << 20 | 0 << 19 | (!!REVISION!! & ((1 << 19) - 1)); #ifdef __MORPHOS__ /** |