/*
 * version.h
 *
 * $Id: version.h 1342 2005-10-03 14:04:29Z sirvulcan $
 */
#ifndef INCLUDED_version_h
#define INCLUDED_version_h

extern const char *version;
extern const char *cvs_version;
extern const char *creation;
extern const char *copyrighttext[];
extern const char *infotext[];
extern const char *othertext[];
extern const char *generation;

#endif /* INCLUDED_version_h */


syntax highlighted by Code2HTML, v. 0.9.1