/*
 * version string for the library
 *
 * Copyright 1995 by Gray Watson
 *
 * This file is part of the dmalloc package.
 *
 * Permission to use, copy, modify, and distribute this software for any
 * NON-COMMERCIAL purpose and without fee is hereby granted, provided
 * that the above copyright notice and this permission notice appear
 * in all copies, and that the name of Gray Watson not be used in
 * advertising or publicity pertaining to distribution of the document
 * or software without specific, written prior permission.
 *
 * Please see the PERMISSIONS file or contact the author for information
 * about commercial licenses.
 *
 * Gray Watson makes no representations about the suitability of the
 * software described herein for any purpose.  It is provided "as is"
 * without express or implied warranty.
 *
 * The author may be contacted at gray.watson@letters.com
 *
 * $Id: version.h,v 1.62 1995/12/29 01:58:48 gray Exp $
 */

#ifndef __VERSION_H__
#define __VERSION_H__

#include "dmalloc_loc.h"			/* for LOCAL */

/*
 * NOTE to gray: whenever this is changed, a corresponding entry
 * should be entered in:
 *
 *	Changlog
 *	News
 *	dmalloc.texi (2 places)
 */
LOCAL	char	*dmalloc_version = "3.1.3";

/* Version Date: $Date: 1995/12/29 01:58:48 $ */

#endif /* ! __VERSION_H__ */
