mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 23:05:04 +01:00
git-svn-id: svn://localhost/ardour2/branches/3.0@3435 d708f5d6-7413-0410-9779-e7cbd77b26cf
7 lines
227 B
C
7 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__ */
|