/*
 * version string for the library
 *
 * Copyright 2000 by Gray Watson
 *
 * This file is part of the dmalloc package.
 *
 * Permission to use, copy, modify, and distribute this software for
 * any 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.
 *
 * 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 via http://dmalloc.com/
 *
 * $Id: version.h,v 1.106.2.1 2001/02/26 17:18:55 gray Exp $
 */

#ifndef __VERSION_H__
#define __VERSION_H__

/*
 * NOTE to gray: whenever this is changed, a corresponding entry
 * should be entered in:
 *
 *	Changlog
 *	NEWS
 *	RELEASE.html
 *	Makefile.bsd.ports
 *	dmalloc.spec
 *	dmalloc.texi (2 places)
 *	dmalloc.h.3 (DMALLOC_VERSION defines at top of file)
 *
 * Make sure to also cvs tag the release.  dmalloc_release_X_X_X[_bX]
 */
static	char	*dmalloc_version = "4.8.2" ;

/* Version Date: $Date: 2001/02/26 17:18:55 $ */

#endif /* ! __VERSION_H__ */
