Skip to content

Commit

Permalink
Add version number to the doc
Browse files Browse the repository at this point in the history
  • Loading branch information
icraggs committed Jan 7, 2025
1 parent 559dc93 commit 2805dde
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/MQTTAsync.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,12 @@
* @cond MQTTAsync_main
* @mainpage Asynchronous MQTT client library for C (MQTTAsync)
*
* © Copyright 2009, 2025 IBM Corp., Ian Craggs and others
* © Copyright 2009, 2025 IBM Corp., Ian Craggs and others.
*
* @brief An Asynchronous MQTT client library for C.
*
* Version 1.3.14
*
* An MQTT client application connects to MQTT-capable servers.
* A typical client is responsible for collecting information from a telemetry
* device and publishing the information to the server. It can also subscribe
Expand Down
2 changes: 2 additions & 0 deletions src/MQTTClient.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@
*
* @brief An MQTT client library in C.
*
* Version 1.3.14
*
* These pages describe the original more synchronous API which might be
* considered easier to use. Some of the calls will block. For the new
* totally asynchronous API where no calls block, which is especially suitable
Expand Down

0 comments on commit 2805dde

Please sign in to comment.