(svn r12988) -Fix [FS#1992](r12913): [autoreplace] failing to replace a road vehicle could free it's slot without the vehicle knowing it (leading to assert)
/* $Id$ */
/** @file rev.h declaration of OTTD revision dependant variables */
#ifndef REV_H
#define REV_H
extern const char _openttd_revision[];
extern const uint32 _openttd_newgrf_version;
#endif /* REV_H */