home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Fish 1
/
GoldFishApril1994_CD2.img
/
d4xx
/
d478
/
mp
/
source
/
version.h
< prev
next >
Wrap
C/C++ Source or Header
|
1991-04-18
|
628b
|
21 lines
/**************************************************************************
* version.h: The version number.
* Part of MP, the MIDI Playground.
*
* Author: Daniel Barrett
* Version: See the file "version.h".
* Copyright: None! This program is in the Public Domain.
* Please share it with others.
***************************************************************************/
#ifndef _VERSION_H
/**************************************************************************
* Program version number.
**************************************************************************/
#define VERSION "1.0"
#endif /* _VERSION_H */