mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 07:14:56 +01:00
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__ */
|