frodo-wii/Src/Version.h

16 lines
263 B
C
Raw Normal View History

2008-12-31 17:16:24 +01:00
/*
* Version.h - Version information
*
* Frodo (C) 1994-1997,2002 Christian Bauer
*/
#ifndef _VERSION_H
#define _VERSION_H
// Version/revision
const int FRODO_VERSION = 4;
const int FRODO_REVISION = 1;
const char VERSION_STRING[] = "Frodo V4.1b";
#endif