/*
**	debug.rev.h - revision history for debug.lib
**	$VER: debug.rev.h 37.1 (11.5.96)
**	Copyright © 1996 Michal Letowski
**	
**	37.1 (11.5.95) - started work
*/

#ifndef DEBUG_REV_H
#define DEBUG_REV_H

#define PROG_NAME				"debug.lib"
#define PROG_ID					"debug"
#define PROG_VERSION		"37"
#define PROG_REVISION		"1"
#define PROG_DATE				"11.5.96"
#define PROG_COPYRIGHT	"Copyright © 1996 Michael Letowski"

#endif /* DEBUG_REV_H */
