dawn/notes/
dawn/src/
dawn/src/docs/
/**************************************************************************/
// version.h - used to defines which version of the game this is.
/***************************************************************************
 * The Dawn of Time v1.69r (c)1997-2004 Michael Garratt                    *
 * >> A number of people have contributed to the Dawn codebase, with the   *
 *    majority of code written by Michael Garratt - www.dawnoftime.org     *
 * >> To use this source code, you must fully comply with the dawn license *
 *    in licenses.txt... In particular, you may not remove this copyright  *
 *    notice.                                                              *
 **************************************************************************/
#ifndef VERSION_H
#define VERSION_H

#define DAWN_RELEASE_VERSION "1.69r"
#define DAWN_RELEASE_DATE	 "1February04"

#endif // VERSION_H