Cog/Frameworks/libsidplay/sidplay-residfp-code/.svn/pristine/45/456f84655e792c9a77b666255f2009880fd2e7de.svn-base
2014-12-07 22:26:31 -08:00

14 lines
270 B
Text

#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