mirror of https://github.com/eclipse/paho.mqtt.c
Update version numbers and copyright dates
This commit is contained in:
parent
e090f20680
commit
3cbacd05ec
|
|
@ -26,5 +26,5 @@ jobs:
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: Eclipse-Paho-MQTT-C-1.3.15-Linux.tar.gz
|
name: Eclipse-Paho-MQTT-C-1.3.16-Linux.tar.gz
|
||||||
path: /home/runner/work/paho.mqtt.c/paho.mqtt.c/build.paho/Eclipse-Paho-MQTT-C-1.3.15-Linux.tar.gz
|
path: /home/runner/work/paho.mqtt.c/paho.mqtt.c/build.paho/Eclipse-Paho-MQTT-C-1.3.16-Linux.tar.gz
|
||||||
|
|
|
||||||
|
|
@ -26,5 +26,5 @@ jobs:
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: Eclipse-Paho-MQTT-C-1.3.15-Darwin.tar.gz
|
name: Eclipse-Paho-MQTT-C-1.3.16-Darwin.tar.gz
|
||||||
path: /Users/runner/work/paho.mqtt.c/paho.mqtt.c/build.paho/Eclipse-Paho-MQTT-C-1.3.15-Darwin.tar.gz
|
path: /Users/runner/work/paho.mqtt.c/paho.mqtt.c/build.paho/Eclipse-Paho-MQTT-C-1.3.16-Darwin.tar.gz
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,7 @@
|
||||||
cmake_minimum_required(VERSION 3.12)
|
cmake_minimum_required(VERSION 3.12)
|
||||||
|
|
||||||
project("Eclipse Paho C"
|
project("Eclipse Paho C"
|
||||||
VERSION 1.3.15
|
VERSION 1.3.16
|
||||||
LANGUAGES C
|
LANGUAGES C
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -29,11 +29,11 @@
|
||||||
* @cond MQTTAsync_main
|
* @cond MQTTAsync_main
|
||||||
* @mainpage Asynchronous MQTT client library for C (MQTTAsync)
|
* @mainpage Asynchronous MQTT client library for C (MQTTAsync)
|
||||||
*
|
*
|
||||||
* © Copyright 2009, 2025 IBM Corp., Ian Craggs and others.
|
* © Copyright 2009, 2026 IBM Corp., Ian Craggs and others.
|
||||||
*
|
*
|
||||||
* @brief An Asynchronous MQTT client library for C.
|
* @brief An Asynchronous MQTT client library for C.
|
||||||
*
|
*
|
||||||
* Version 1.3.15
|
* Version 1.3.16
|
||||||
*
|
*
|
||||||
* An MQTT client application connects to MQTT-capable servers.
|
* An MQTT client application connects to MQTT-capable servers.
|
||||||
* A typical client is responsible for collecting information from a telemetry
|
* A typical client is responsible for collecting information from a telemetry
|
||||||
|
|
|
||||||
|
|
@ -41,11 +41,11 @@
|
||||||
* @endcond
|
* @endcond
|
||||||
* @cond MQTTClient_main
|
* @cond MQTTClient_main
|
||||||
* @mainpage MQTT Client library for C (MQTTClient)
|
* @mainpage MQTT Client library for C (MQTTClient)
|
||||||
* © Copyright 2009, 2025 IBM Corp., Ian Craggs and others
|
* © Copyright 2009, 2026 IBM Corp., Ian Craggs and others
|
||||||
*
|
*
|
||||||
* @brief An MQTT client library in C.
|
* @brief An MQTT client library in C.
|
||||||
*
|
*
|
||||||
* Version 1.3.15
|
* Version 1.3.16
|
||||||
*
|
*
|
||||||
* These pages describe the original more synchronous API which might be
|
* These pages describe the original more synchronous API which might be
|
||||||
* considered easier to use. Some of the calls will block. For the new
|
* considered easier to use. Some of the calls will block. For the new
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
15
|
16
|
||||||
Loading…
Reference in New Issue