mirror of https://github.com/eclipse/paho.mqtt.c
Update version numbers to 1.3.15
This commit is contained in:
parent
beb04516a0
commit
515e93eefc
|
|
@ -26,5 +26,5 @@ jobs:
|
|||
- name: Upload artifact
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: Eclipse-Paho-MQTT-C-1.3.14-Linux.tar.gz
|
||||
path: /home/runner/work/paho.mqtt.c/paho.mqtt.c/build.paho/Eclipse-Paho-MQTT-C-1.3.14-Linux.tar.gz
|
||||
name: 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.15-Linux.tar.gz
|
||||
|
|
|
|||
|
|
@ -26,5 +26,5 @@ jobs:
|
|||
- name: Upload artifact
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: Eclipse-Paho-MQTT-C-1.3.14-Darwin.tar.gz
|
||||
path: /Users/runner/work/paho.mqtt.c/paho.mqtt.c/build.paho/Eclipse-Paho-MQTT-C-1.3.14-Darwin.tar.gz
|
||||
name: 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.15-Darwin.tar.gz
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
cmake_minimum_required(VERSION 3.5)
|
||||
|
||||
project("Eclipse Paho C"
|
||||
VERSION 1.3.14
|
||||
VERSION 1.3.15
|
||||
LANGUAGES C
|
||||
)
|
||||
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@
|
|||
*
|
||||
* @brief An Asynchronous MQTT client library for C.
|
||||
*
|
||||
* Version 1.3.14
|
||||
* Version 1.3.15
|
||||
*
|
||||
* An MQTT client application connects to MQTT-capable servers.
|
||||
* A typical client is responsible for collecting information from a telemetry
|
||||
|
|
|
|||
|
|
@ -45,7 +45,7 @@
|
|||
*
|
||||
* @brief An MQTT client library in C.
|
||||
*
|
||||
* Version 1.3.14
|
||||
* Version 1.3.15
|
||||
*
|
||||
* These pages describe the original more synchronous API which might be
|
||||
* considered easier to use. Some of the calls will block. For the new
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
14
|
||||
15
|
||||
|
|
|
|||
Loading…
Reference in New Issue