niotso/Libraries/libvitaboy/config.h
Fatbag 56f6487206 * Fixed MP3 playback with libmpg123
* Finally removed the dependency on libstdc++ with TDM GCC, reducing the size of the exe from 153kB to 87kB
2012-06-28 07:00:45 -05:00

11 lines
No EOL
239 B
C

/* config.h - libvitaboy build configuration */
/* Name of package */
#define PACKAGE "libvitaboy"
/* Version number of package */
#define VERSION_A 1
#define VERSION_B 0
#define VERSION_C 1
#define VERSION_STR "1.0.1"
#define REVISION 0