11/* !
22 * @file QuarkTS.h
33 * @author J. Camilo Gomez C.
4- * @version 1.6.3
4+ * @version 1.6.4
55 * @note This file is part of the QuarkTS++ distribution.
66 * @brief Global inclusion header
77 **/
@@ -41,8 +41,8 @@ This file is part of the QuarkTS++ OS distribution.
4141#ifndef QOS_CPP_H
4242#define QOS_CPP_H
4343
44- #define QUARKTS_CPP_VERSION " 1.6.3 "
45- #define QUARKTS_CPP_VERNUM ( 163u )
44+ #define QUARKTS_CPP_VERSION " 1.6.4 "
45+ #define QUARKTS_CPP_VERNUM ( 164u )
4646#define QUARKTS_CPP_CAPTION " QuarkTS++ OS " QUARKTS_CPP_VERSION
4747
4848#include " config/config.h"
@@ -70,7 +70,7 @@ namespace qOS {
7070 constexpr const uint8_t number = QUARKTS_CPP_VERNUM ;
7171 constexpr const uint8_t mayor = 1U ;
7272 constexpr const uint8_t minor = 6U ;
73- constexpr const uint8_t rev = 3U ;
73+ constexpr const uint8_t rev = 4U ;
7474 }
7575 namespace product {
7676 constexpr const char * author = " J. Camilo Gomez C." ;
@@ -84,7 +84,7 @@ namespace qOS {
8484 }
8585
8686 namespace build {
87- constexpr const uint32_t number = 4127 ;
87+ constexpr const uint32_t number = 4128 ;
8888 constexpr const char * date = __DATE__;
8989 constexpr const char * time = __TIME__;
9090 constexpr const char * std = " c++11" ;
0 commit comments