1#ifndef LIBSIDPLAYFP_VERSION_H
2#define LIBSIDPLAYFP_VERSION_H
3
4#ifndef SIDPLAYFP_H
5#  error Do not include directly.
6#endif
7
8
9
10#define LIBSIDPLAYFP_VERSION_MAJ @LIB_MAJOR@
11#define LIBSIDPLAYFP_VERSION_MIN @LIB_MINOR@
12#define LIBSIDPLAYFP_VERSION_LEV @LIB_LEVEL@
13
14#endif
15