tinymush-3.1p2/game/backups/
tinymush-3.1p2/game/bin/
tinymush-3.1p2/game/data/
tinymush-3.1p2/game/modules/
tinymush-3.1p2/game/modules/old/
tinymush-3.1p2/src/modules/comsys/
tinymush-3.1p2/src/modules/hello/
tinymush-3.1p2/src/modules/mail/
tinymush-3.1p2/src/tools/
/* patchlevel.h - version information */
/* $Id: patchlevel.h,v 1.69 2004/11/11 19:29:20 tyrspace Exp $ */

#include "copyright.h"

#ifndef __PATCHLEVEL_H
#define __PATCHLEVEL_H

#define	MUSH_VERSION		"3.1"		/* Base version number */
#define PATCHLEVEL		2		/* Patchlevel or beta number */
#define	MUSH_RELEASE_DATE	"11/11/2004"	/* Source release date */
#define MUSH_RELEASE_STATUS	0		/* 0 gamma, 1 beta, 2 alpha */

#endif /* __PATCHLEVEL_H */