00001
00016 #ifndef _VERSION_H_
00017 #define _VERSION_H_
00018
00027
00028
00029
00031 #define NX_VERSION_MAJ 6
00033 #define NX_VERSION_MIN 4
00035 #define NX_VERSION_REL 5
00037 #define NX_VERSION_PAT 0
00038
00040 #define NX_VERSION ((NX_VERSION_MAJ << 24) | (NX_VERSION_MIN << 16) | \
00041 (NX_VERSION_REL << 8) | NX_VERSION_PAT)
00042
00044 extern const char nx_version_str[];
00046 #define NX_VERSION_STR "v6.4.5.0"
00047
00049 extern const char nx_build_date[];
00050
00052 extern const char nx_build_fhost[];
00053
00055
00056 #endif // _VERSION_H_