Update version numbers to 1.3.15

This commit is contained in:
Ian Craggs 2025-08-16 12:07:54 +01:00
parent beb04516a0
commit 515e93eefc
No known key found for this signature in database
GPG Key ID: A7AE1A8F2CCAB186
6 changed files with 8 additions and 8 deletions

View File

@ -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

View File

@ -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

View File

@ -18,7 +18,7 @@
cmake_minimum_required(VERSION 3.5)
project("Eclipse Paho C"
VERSION 1.3.14
VERSION 1.3.15
LANGUAGES C
)

View File

@ -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

View File

@ -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

View File

@ -1 +1 @@
14
15