home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga MA Magazine 1997 #3
/
amigamamagazinepolishissue03-1
/
polski_aminet
/
michal_letowski
/
debuglib
/
src
/
debug.rev.h
< prev
next >
Wrap
C/C++ Source or Header
|
1996-05-11
|
436b
|
20 lines
/*
** 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 */