Update version numbers and copyright dates

This commit is contained in:
Ian Craggs 2026-02-19 12:57:48 +00:00
parent e090f20680
commit 3cbacd05ec
No known key found for this signature in database
GPG Key ID: A7AE1A8F2CCAB186
6 changed files with 10 additions and 10 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1 +1 @@
15 16