home *** CD-ROM | disk | FTP | other *** search
- /**************************************************************************
- * 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.03"
- #define VERSION_DATE "(21.1.93)"
-
- #endif /* _VERSION_H */
-