Paul Davis
449aab3c46
git-svn-id: svn://localhost/ardour2/branches/3.0@3435 d708f5d6-7413-0410-9779-e7cbd77b26cf
8 lines
227 B
C
8 lines
227 B
C
#ifndef __midipp_version_h__
|
|
#define __midipp_version_h__
|
|
extern const char* midipp_revision;
|
|
extern int midipp_major_version;
|
|
extern int midipp_minor_version;
|
|
extern int midipp_micro_version;
|
|
#endif /* __midipp_version_h__ */
|