File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1616 "maintainer" : true
1717 }
1818 ],
19- "version" : " 1.2.8 " ,
19+ "version" : " 1.2.9 " ,
2020 "license" : " MIT" ,
2121 "frameworks" : " arduino" ,
2222 "platforms" : " *"
Original file line number Diff line number Diff line change 11name =qlibs
2- version =1.2.8
2+ version =1.2.9
33license =MIT
44author =J. Camilo Gomez C. <
[email protected] >
55maintainer =J. Camilo Gomez C. <
[email protected] >
Original file line number Diff line number Diff line change 11cmake_minimum_required ( VERSION 3.2 )
22project ( qlibs-cpp
3- VERSION 1.2.8
3+ VERSION 1.2.9
44 DESCRIPTION "A collection of useful C++ libraries for embedded systems"
55 LANGUAGES CXX )
66
Original file line number Diff line number Diff line change @@ -345,7 +345,7 @@ namespace qlibs {
345345 * @return @c none.
346346 */
347347 template <typename T, size_t n>
348- inline bool replace_if ( T ( &array )[ n ],
348+ inline void replace_if ( T ( &array )[ n ],
349349 bool (*pred)( const T& ),
350350 const T& new_value,
351351 const size_t first = 0U,
Original file line number Diff line number Diff line change 11/* !
22 * @file qlibs.h
33 * @author J. Camilo Gomez C.
4- * @version 1.2.8
4+ * @version 1.2.9
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.2.8 "
45- #define QLIBS_CPP_VERNUM ( 128U )
44+ #define QLIBS_CPP_VERSION " 1.2.9 "
45+ #define QLIBS_CPP_VERNUM ( 129U )
4646 #define QLIBS_CPP_CAPTION " qLibs++" QLIBS_CPP_VERSION
4747
4848 #include < include/qlibs_types.hpp>
You can’t perform that action at this time.
0 commit comments