cog/Frameworks/libsidplay/sidplay-residfp-code/.svn/pristine/45/456f84655e792c9a77b666255f2...

15 lines
270 B
Plaintext

#ifndef LIBSIDPLAYFP_VERSION_H
#define LIBSIDPLAYFP_VERSION_H
#ifndef SIDPLAYFP_H
# error Do not include directly.
#endif
#define LIBSIDPLAYFP_VERSION_MAJ @LIB_MAJOR@
#define LIBSIDPLAYFP_VERSION_MIN @LIB_MINOR@
#define LIBSIDPLAYFP_VERSION_LEV @LIB_LEVEL@
#endif