Blaze 3.9
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 8
64//*************************************************************************************************
65
66
67//*************************************************************************************************
74#define BLAZE_PATCH_VERSION 1
75//*************************************************************************************************
76
77#endif