Skip to content

Commit

Permalink
bump to 1.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
camilo committed Feb 2, 2024
1 parent a223bae commit 2f2989e
Show file tree
Hide file tree
Showing 4 changed files with 5 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.1.4",
"version": "1.1.5",
"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.1.4
version=1.1.5
license=MIT
author=J. Camilo Gomez C. <[email protected]>
maintainer=J. Camilo Gomez C. <[email protected]>
Expand Down
2 changes: 0 additions & 2 deletions src/ffmath.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
#include <include/ffmath.hpp>
#include <iostream>
#include <cmath>

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.1.4
* @version 1.1.5
* @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.1.4"
#define QLIBS_CPP_VERNUM ( 114U )
#define QLIBS_CPP_VERSION "1.1.5"
#define QLIBS_CPP_VERNUM ( 115U )
#define QLIBS_CPP_CAPTION "qLibs++" QLIBS_CPP_VERSION

#include <include/qlibs_types.hpp>
Expand Down

0 comments on commit 2f2989e

Please sign in to comment.