RetroArch
Macros
libversion.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#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"
 

Macro Definition Documentation

◆ _V_DATE_

#define _V_DATE_   __DATE__

◆ _V_MAJOR_

#define _V_MAJOR_   1

◆ _V_MINOR_

#define _V_MINOR_   8

◆ _V_PATCH_

#define _V_PATCH_   17

◆ _V_STRING

#define _V_STRING   "libOGC Release 1.8.17"

◆ _V_TIME_

#define _V_TIME_   __TIME__