RetroArch
libversion.h
Go to the documentation of this file.
1 #ifndef __LIBVERSION_H__
2 #define __LIBVERSION_H__
3 
4 #define _V_MAJOR_ 1
5 #define _V_MINOR_ 8
6 #define _V_PATCH_ 17
7 
8 #define _V_DATE_ __DATE__
9 #define _V_TIME_ __TIME__
10 
11 #define _V_STRING "libOGC Release 1.8.17"
12 
13 #endif // __LIBVERSION_H__