RetroArch/wii/libogc/include/ogc/libversion.h
2017-08-19 08:46:04 +02:00

14 lines
240 B
C

#ifndef __LIBVERSION_H__
#define __LIBVERSION_H__
#define _V_MAJOR_ 1
#define _V_MINOR_ 8
#define _V_PATCH_ 17
#define _V_DATE_ __DATE__
#define _V_TIME_ __TIME__
#define _V_STRING "libOGC Release 1.8.17"
#endif // __LIBVERSION_H__