Skip to content

Commit 2805dde

Browse files
committed
Add version number to the doc
1 parent 559dc93 commit 2805dde

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

src/MQTTAsync.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,12 @@
2929
* @cond MQTTAsync_main
3030
* @mainpage Asynchronous MQTT client library for C (MQTTAsync)
3131
*
32-
* © Copyright 2009, 2025 IBM Corp., Ian Craggs and others
32+
* © Copyright 2009, 2025 IBM Corp., Ian Craggs and others.
3333
*
3434
* @brief An Asynchronous MQTT client library for C.
3535
*
36+
* Version 1.3.14
37+
*
3638
* An MQTT client application connects to MQTT-capable servers.
3739
* A typical client is responsible for collecting information from a telemetry
3840
* device and publishing the information to the server. It can also subscribe

src/MQTTClient.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@
4545
*
4646
* @brief An MQTT client library in C.
4747
*
48+
* Version 1.3.14
49+
*
4850
* These pages describe the original more synchronous API which might be
4951
* considered easier to use. Some of the calls will block. For the new
5052
* totally asynchronous API where no calls block, which is especially suitable

0 commit comments

Comments
 (0)