mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-12 17:46:34 +01:00
9 lines
322 B
C
9 lines
322 B
C
|
|
#ifndef __midipp_version_h__
|
||
|
|
#define __midipp_version_h__
|
||
|
|
#include "midi++/libmidi_visibility.h"
|
||
|
|
LIBMIDIPP_API extern const char* midipp_revision;
|
||
|
|
LIBMIDIPP_API extern int midipp_major_version;
|
||
|
|
LIBMIDIPP_API extern int midipp_minor_version;
|
||
|
|
LIBMIDIPP_API extern int midipp_micro_version;
|
||
|
|
#endif /* __midipp_version_h__ */
|