Go to the documentation of this file.
11 #ifndef TLX_VERSION_HEADER
12 #define TLX_VERSION_HEADER
20 #define TLX_MAJOR_VERSION 0
23 #define TLX_MINOR_VERSION 5
33 #define TLX_PATCH_VERSION 20200222
39 ((TLX_MAJOR_VERSION * 100lu + TLX_MINOR_VERSION) * 100000000lu \