ulogger
athreadsafeloggerwithcoloredoutput
version.h
Go to the documentation of this file.
1 /*!
2  * @file version.h
3  * @author Bonedaddy
4  * @brief provides release version information as a macro
5  * @details dedicated file containing the current version of ulog as a macro
6  * @details largely used to make it easy to verify what version of the library you
7  * are using
8  */
9 
10 #pragma once
11 
12 /*!
13  * @brief denotes the current version of the ulog library
14  */
15 #define ULOG_VERSION "v0.0.3"