|
|
|
@ -32,10 +32,10 @@
|
|
|
|
|
A new FEATURE REVISION level always resets the BUG AND SECURITY PATCHLEVEL.
|
|
|
|
|
A new ABI version resets both the FEATURE REVISION and BUG AND SECURITY PATCH LEVEL.
|
|
|
|
|
*/
|
|
|
|
|
#define TDE_VERSION_STRING "R14.0.9"
|
|
|
|
|
#define TDE_VERSION_STRING "R14.0.10 [DEVELOPMENT]"
|
|
|
|
|
#define TDE_VERSION_MAJOR 14
|
|
|
|
|
#define TDE_VERSION_MINOR 0
|
|
|
|
|
#define TDE_VERSION_RELEASE 9
|
|
|
|
|
#define TDE_VERSION_RELEASE 10
|
|
|
|
|
#define TDE_MAKE_VERSION( a,b,c ) (((a) << 16) | ((b) << 8) | (c))
|
|
|
|
|
|
|
|
|
|
#define TDE_VERSION \
|
|
|
|
|