Skip to content

Commit

Permalink
bump to 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
camilo committed Feb 15, 2024
1 parent a585815 commit 01b9286
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"maintainer": true
}
],
"version": "1.2.2",
"version": "1.2.3",
"license": "MIT",
"frameworks": "arduino",
"platforms": "*"
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=qlibs
version=1.2.2
version=1.2.3
license=MIT
author=J. Camilo Gomez C. <kmilo17pet@gmail.com>
maintainer=J. Camilo Gomez C. <kmilo17pet@gmail.com>
Expand Down
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required( VERSION 3.2 )
project( qlibs-cpp
VERSION 1.0.0
VERSION 1.2.3
DESCRIPTION "A collection of useful libraries for embedded systems"
LANGUAGES CXX )

Expand Down
2 changes: 1 addition & 1 deletion src/pid.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include <include/pid.hpp>
#include <include/ffmath.hpp>
#include <iostream>

using namespace qlibs;


Expand Down
6 changes: 3 additions & 3 deletions src/qlibs.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* @file qlibs.h
* @author J. Camilo Gomez C.
* @version 1.2.2
* @version 1.2.3
* @note This file is part of the qlibs++ distribution.
* @brief Global inclusion header
**/
Expand Down Expand Up @@ -41,8 +41,8 @@ This file is part of the QuarkTS++ OS distribution.
#ifndef QLIBS_CPP_H
#define QLIBS_CPP_H

#define QLIBS_CPP_VERSION "1.2.2"
#define QLIBS_CPP_VERNUM ( 122U )
#define QLIBS_CPP_VERSION "1.2.3"
#define QLIBS_CPP_VERNUM ( 123U )
#define QLIBS_CPP_CAPTION "qLibs++" QLIBS_CPP_VERSION

#include <include/qlibs_types.hpp>
Expand Down

0 comments on commit 01b9286

Please sign in to comment.