libsidplayfp  0.3.5
sidversion.h
1 #ifndef LIBSIDPLAYFP_VERSION_H
2 #define LIBSIDPLAYFP_VERSION_H
3 
4 #ifndef _sidplay2_h_
5 # error Do not include directly.
6 #endif
7 
8 
9 
10 #define LIBSIDPLAYFP_VERSION_MAJ 0
11 #define LIBSIDPLAYFP_VERSION_MIN 3
12 #define LIBSIDPLAYFP_VERSION_LEV 5
13 
14 #endif