Skip to content

Commit 422816a

Browse files
committed
Reflecting pull request changes in md files
Version update
1 parent 381ae65 commit 422816a

5 files changed

Lines changed: 7 additions & 4 deletions

File tree

Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ PROJECT_NAME = Queue
4848
# could be handy for archiving the generated documentation or if some version
4949
# control system is used.
5050

51-
PROJECT_NUMBER = 1.10
51+
PROJECT_NUMBER = 1.11
5252

5353
# Using the PROJECT_BRIEF tag one can provide an optional one line description
5454
# for a project that appears at the top of each page and should give viewer a

Doxyfile.auto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ PROJECT_NAME = Queue
4848
# could be handy for archiving the generated documentation or if some version
4949
# control system is used.
5050

51-
PROJECT_NUMBER = 1.10
51+
PROJECT_NUMBER = 1.11
5252

5353
# Using the PROJECT_BRIEF tag one can provide an optional one line description
5454
# for a project that appears at the top of each page and should give viewer a

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Queue [![Build Status](https://travis-ci.com/SMFSW/Queue.svg?branch=master)](https://travis-ci.com/SMFSW/Queue)
1+
# Queue [![Build Status](https://app.travis-ci.com/SMFSW/Queue.svg?branch=master)](https://app.travis-ci.com/SMFSW/Queue)
22

33
Queue handling library (designed on Arduino)
44

ReleaseNotes.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ Feel free to share your thoughts @ xgarmanboziax@gmail.com about:
1010

1111
** Actual:
1212

13+
v1.11: 18 Dec 2022:
14+
- Include missing stddef.h
15+
1316
v1.10: 15 Nov 2022:
1417
- SimpleQueueStatic.ino example added
1518
- Constructor parameters added to setup a queue from statically allocated data area

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=Queue
2-
version=1.10
2+
version=1.11
33
author=SMFSW <xgarmanboziax@gmail.com>
44
maintainer=SMFSW <xgarmanboziax@gmail.com>
55
sentence=Queue handling library.

0 commit comments

Comments
 (0)