mux2.0/game/
mux2.0/game/data/
mux2.0/src/tools/
// _build.h
//
// $Id: _build.h,v 1.12 2000/09/29 06:55:29 sdennis Exp $
//
// MUX 2.0
// Copyright (C) 1998 through 2000 Solid Vertical Domains, Ltd. All
// rights not explicitly given are reserved. Permission is given to
// use this code for building and hosting text-based game servers.
// Permission is given to use this code for other non-commercial
// purposes. To use this code for commercial purposes other than
// building/hosting text-based game servers, contact the author at
// Stephen Dennis <sdennis@svdltd.com> for another license.
//
#ifndef MUX_BUILD_NUM
extern char szBuildNum[];
#define MUX_BUILD_NUM szBuildNum
#endif // MUX_BUILD_NUM

#ifndef MUX_BUILD_DATE
extern char szBuildDate[];
#define MUX_BUILD_DATE szBuildDate
#endif // MUX_BUILD_DATE

#define MUX_VERSION       "2.0.14.285"  // Version number
#define PATCHLEVEL         0            // Patch sequence number
#define MUX_RELEASE_DATE  "2000-SEP-28" // Source release date

#define BETA            1               // Define if a BETA release