home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d4xx / d478 / mp.lha / MP / Source / version.h < prev    next >
Encoding:
C/C++ Source or Header  |  1991-04-18  |  628 b   |  21 lines

  1. /**************************************************************************
  2. * version.h:    The version number.
  3. *        Part of MP, the MIDI Playground.
  4. *
  5. * Author:    Daniel Barrett
  6. * Version:    See the file "version.h".
  7. * Copyright:    None!  This program is in the Public Domain.
  8. *        Please share it with others.
  9. ***************************************************************************/
  10.  
  11.     
  12. #ifndef _VERSION_H
  13.  
  14. /**************************************************************************
  15. * Program version number.
  16. **************************************************************************/
  17.     
  18. #define    VERSION        "1.0"
  19.     
  20. #endif /* _VERSION_H */
  21.