11/* !
22 * @file qlibs.h
33 * @author J. Camilo Gomez C.
4- * @version 1.3.1
4+ * @version 1.3.3
55 * @note This file is part of the qlibs++ distribution.
66 * @brief Global inclusion header
77 **/
@@ -41,8 +41,8 @@ This file is part of the QuarkTS++ OS distribution.
4141#ifndef QLIBS_CPP_H
4242#define QLIBS_CPP_H
4343
44- #define QLIBS_CPP_VERSION " 1.3.2 "
45- #define QLIBS_CPP_VERNUM ( 132 )
44+ #define QLIBS_CPP_VERSION " 1.3.3 "
45+ #define QLIBS_CPP_VERNUM ( 133 )
4646 #define QLIBS_CPP_CAPTION " qLibs++" QLIBS_CPP_VERSION
4747
4848 #include < include/qlibs_types.hpp>
@@ -62,7 +62,7 @@ This file is part of the QuarkTS++ OS distribution.
6262
6363 namespace qlibs {
6464 namespace build {
65- constexpr const uint32_t number = 2351 ;
65+ constexpr const uint32_t number = 2363 ;
6666 constexpr const char * date = __DATE__;
6767 constexpr const char * time = __TIME__;
6868 constexpr const char * std = " c++11" ;
@@ -72,7 +72,7 @@ This file is part of the QuarkTS++ OS distribution.
7272 constexpr const uint8_t number = QLIBS_CPP_VERNUM;
7373 constexpr const uint8_t mayor = 1U ;
7474 constexpr const uint8_t minor = 3U ;
75- constexpr const uint8_t rev = 2U ;
75+ constexpr const uint8_t rev = 3U ;
7676 }
7777 namespace product {
7878 constexpr const char * author = " J. Camilo Gomez C." ;
0 commit comments