My Project
UDK 3.2.7 C/C++ API Reference
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
udkversion.h
Go to the documentation of this file.
1 #ifndef _SAL_UDKVERSION_H_
2 #define _SAL_UDKVERSION_H_
3 
4 #define SAL_UDK_MAJOR "3"
5 #define SAL_UDK_MINOR "2"
6 #define SAL_UDK_MICRO "7"
7 
8 #endif