#ifndef _CREDITS_H_ #define _CREDITS_H_ #define BASE_VERSION "TinyMAZE v" #define MAJOR_VERSION 2 #define MINOR_VERSION 5 #define ALPHA // #define BETA // #define FINAL /* These dates must be of the form MM/DD/YY */ #define RELEASE_DATE "02/03/2000" #define UPGRADE_DATE "02/03/2000" /* This is the database version format this server should use. It might */ /* be possible to convert an older database to the current format. */ #define DB_VERSION 1 #endif /* _CREDITS_H_ */