home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 1 / GoldFishApril1994_CD2.img / d4xx / d478 / mp / source / version.h < prev    next >
C/C++ Source or Header  |  1991-04-18  |  628b  |  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.