/************************************************************************** * 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 */