mirror of
https://github.com/simtactics/niotso.git
synced 2025-03-21 10:41:21 +00:00
12 lines
No EOL
312 B
C
12 lines
No EOL
312 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"
|
|
/* You should fill the revision in if you're compiling from the trunk */
|
|
#define REVISION 0 |