Skip to content

Commit bff8fba

Browse files
author
camilo
committed
bump to 1.0.9
1 parent 2c6a2ee commit bff8fba

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"maintainer": true
1717
}
1818
],
19-
"version": "1.0.8",
19+
"version": "1.0.9",
2020
"license": "MIT",
2121
"frameworks": "arduino",
2222
"platforms": "*"

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=qlibs
2-
version=1.0.8
2+
version=1.0.9
33
license=MIT
44
author=J. Camilo Gomez C. <[email protected]>
55
maintainer=J. Camilo Gomez C. <[email protected]>

src/include/interp1.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ namespace qlibs {
5151
const size_t tableSize );
5252
const real_t *xData{ nullptr };
5353
const real_t *yData{ nullptr };
54-
const size_t dataSize{ 0U };
54+
size_t dataSize{ 0U };
5555
interp1Fcn_t method{ &linear };
5656
static real_t slope( const real_t * const tx,
5757
const real_t * const ty,

src/qlibs.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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.0.8"
45-
#define QLIBS_CPP_VERNUM ( 108U )
44+
#define QLIBS_CPP_VERSION "1.0.9"
45+
#define QLIBS_CPP_VERNUM ( 109U )
4646
#define QLIBS_CPP_CAPTION "qLibs++" QLIBS_CPP_VERSION
4747

4848
#include <include/qlibs_types.hpp>

0 commit comments

Comments
 (0)