GlobalObjects
Lade ...
Suche ...
Keine Treffer
GloVersionInfo.h
gehe zur Dokumentation dieser Datei
1#ifndef INC_GLOVERSIONINFO_H
2#define INC_GLOVERSIONINFO_H
3//-----------------------------------------------------------------------------
44//-----------------------------------------------------------------------------
45
46//-----------------------------------------------------------------------------
47namespace glo
48{
49 //===========================================================================
59 #define GLO_VERSION_STR "1.0.8"
60 //---------------------------------------------------------------------------
70 #define GLO_VERSION_MAJOR 1
71 //---------------------------------------------------------------------------
81 #define GLO_VERSION_MINOR 0
82 //---------------------------------------------------------------------------
92 #define GLO_VERSION_PATCH 8
93 //---------------------------------------------------------------------------
103 #define GLO_COMPILE_DATE_TIME "2024.02.28 10:40:58"
104 //===========================================================================
105} // namespace glo
106#endif
Definition GloAbstractBaseLot.h:42