tinymush-3.1p1/game/backups/
tinymush-3.1p1/game/bin/
tinymush-3.1p1/game/data/
tinymush-3.1p1/game/modules/
tinymush-3.1p1/game/modules/old/
tinymush-3.1p1/src/modules/comsys/
tinymush-3.1p1/src/modules/hello/
tinymush-3.1p1/src/modules/mail/
tinymush-3.1p1/src/tools/
/* patchlevel.h - version information */
/* $Id: patchlevel.h,v 1.67 2004/08/11 16:23:58 lwl Exp $ */

#include "copyright.h"

#ifndef __PATCHLEVEL_H
#define __PATCHLEVEL_H

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

#endif /* __PATCHLEVEL_H */