MemoryLeakIndicator
Loading...
Searching...
No Matches
MliVersionInfo.h
Go to the documentation of this file.
1#ifndef INC_MLIVERSIONINFO_H
2#define INC_MLIVERSIONINFO_H
3//-----------------------------------------------------------------------------
32//-----------------------------------------------------------------------------
33
34//-----------------------------------------------------------------------------
35namespace MemSpy
36{
37 //===========================================================================
47 #define GLO_VERSION_STR "0.0.2"
48 //---------------------------------------------------------------------------
58 #define GLO_VERSION_MAJOR 0
59 //---------------------------------------------------------------------------
69 #define GLO_VERSION_MINOR 0
70 //---------------------------------------------------------------------------
80 #define GLO_VERSION_PATCH 2
81 //---------------------------------------------------------------------------
91 #define GLO_COMPILE_DATE_TIME "2024.02.26 17:37:10"
92 //===========================================================================
93} // namespace MemSpy
94#endif
Definition MemoryLeakIndicator.h:92