All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Version.h
Go to the documentation of this file.
1 //=================================================================================================
20 //=================================================================================================
21 
22 #ifndef _BLAZE_SYSTEM_VERSION_H_
23 #define _BLAZE_SYSTEM_VERSION_H_
24 
25 
26 //=================================================================================================
27 //
28 // BLAZE VERSION
29 //
30 //=================================================================================================
31 
32 //*************************************************************************************************
39 #define BLAZE_MAJOR_VERSION 1
40 //*************************************************************************************************
41 
42 
43 //*************************************************************************************************
50 #define BLAZE_MINOR_VERSION 3
51 //*************************************************************************************************
52 
53 #endif