2021-02-24 05:48:01 -03:00
|
|
|
#ifndef LIBSIDPLAYFP_VERSION_H
|
|
|
|
#define LIBSIDPLAYFP_VERSION_H
|
|
|
|
|
|
|
|
#ifndef SIDPLAYFP_H
|
|
|
|
# error Do not include directly.
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#define LIBSIDPLAYFP_VERSION_MAJ 2
|
2021-12-31 04:24:07 -03:00
|
|
|
#define LIBSIDPLAYFP_VERSION_MIN 3
|
|
|
|
#define LIBSIDPLAYFP_VERSION_LEV 1
|
2021-02-24 05:48:01 -03:00
|
|
|
|
|
|
|
#endif
|