diff -r 488ecb9d3296 -r d8136dad6b1c src/rev.cpp.in --- a/src/rev.cpp.in Wed Jul 09 19:20:50 2008 +0000 +++ b/src/rev.cpp.in Wed Jul 09 19:30:44 2008 +0000 @@ -34,7 +34,7 @@ * final release will always have a lower version number than the released * version, thus making comparisions on specific revisions easy. */ -uint32 _openttd_newgrf_version = 0 << 28 | 6 << 24 | 1 << 20 | 0 << 19 | (@@REVISION@@ & ((1 << 19) - 1)); +uint32 _openttd_newgrf_version = 0 << 28 | 6 << 24 | 2 << 20 | 0 << 19 | (@@REVISION@@ & ((1 << 19) - 1)); #ifdef __MORPHOS__ /**