1 /*
2  *  Version.h - Version information
3  *
4  *  Frodo (C) 1994-1997,2002 Christian Bauer
5  */
6 
7 #ifndef _VERSION_H
8 #define _VERSION_H
9 
10 // Version/revision
11 const int FRODO_VERSION = 4;
12 const int FRODO_REVISION = 1;
13 const char VERSION_STRING[] = "Frodo V4.1b";
14 
15 #endif
16