home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 519a.lha / MIDI_Playground_v1.0 / Source / version.h < prev    next >
Encoding:
C/C++ Source or Header  |  1991-06-09  |  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.