Version.h
Go to the documentation of this file.
1 //=================================================================================================
33 //=================================================================================================
34 
35 #ifndef _BLAZE_SYSTEM_VERSION_H_
36 #define _BLAZE_SYSTEM_VERSION_H_
37 
38 
39 //=================================================================================================
40 //
41 // BLAZE VERSION
42 //
43 //=================================================================================================
44 
45 //*************************************************************************************************
52 #define BLAZE_MAJOR_VERSION 3
53 //*************************************************************************************************
54 
55 
56 //*************************************************************************************************
63 #define BLAZE_MINOR_VERSION 0
64 //*************************************************************************************************
65 
66 #endif