8 lines
224 B
C
Executable File
8 lines
224 B
C
Executable File
#ifndef PVRTEXLIBVERSION_H
|
|
#define PVRTEXLIBVERSION_H
|
|
#define PVRTLMAJORVERSION 4
|
|
#define PVRTLMINORVERSION 6
|
|
#define PVRTLSTRINGVERSION "4.6"
|
|
#define PVRTLVERSIONDESCRIPTOR "" //"BETA" //"ALPHA" //"ENGINEERING DROP"
|
|
#endif
|