Cleanups and version bump.

This commit is contained in:
Aaron Giles 2009-05-07 15:46:14 +00:00
parent c80c4730c4
commit 673ca66750
74 changed files with 487 additions and 486 deletions

View File

@ -897,6 +897,7 @@ const game_driver * const drivers[] =
DRIVER( motoxgo ) /* (c) 1997 */
DRIVER( timecrs2 ) /* (c) 1997 */
DRIVER( timcrs2b ) /* (c) 1997 */
DRIVER( panicprk ) /* (c) 1998 */
DRIVER( 500gp ) /* (c) 1999 */
DRIVER( finfurl2 ) /* (c) 1999 */
DRIVER( finfrl2j ) /* (c) 1999 */

View File

@ -10,4 +10,4 @@
***************************************************************************/
extern const char build_version[];
const char build_version[] = "0.131 ("__DATE__")";
const char build_version[] = "0.131u1 ("__DATE__")";