frodo-wii/Src/Version.h
2008-12-31 16:16:24 +00:00

16 lines
263 B
C

/*
* 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