From 3cbacd05ecd314ffd1b62118584acda75247847d Mon Sep 17 00:00:00 2001 From: Ian Craggs Date: Thu, 19 Feb 2026 12:57:48 +0000 Subject: [PATCH] Update version numbers and copyright dates --- .github/workflows/artifact_linux.yml | 4 ++-- .github/workflows/artifact_macos.yml | 4 ++-- CMakeLists.txt | 2 +- src/MQTTAsync.h | 4 ++-- src/MQTTClient.h | 4 ++-- version.patch | 2 +- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/artifact_linux.yml b/.github/workflows/artifact_linux.yml index 9d63a6e2..c8193a95 100644 --- a/.github/workflows/artifact_linux.yml +++ b/.github/workflows/artifact_linux.yml @@ -26,5 +26,5 @@ jobs: - name: Upload artifact uses: actions/upload-artifact@v3 with: - 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 + 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.16-Linux.tar.gz diff --git a/.github/workflows/artifact_macos.yml b/.github/workflows/artifact_macos.yml index 32cba275..fe406e63 100644 --- a/.github/workflows/artifact_macos.yml +++ b/.github/workflows/artifact_macos.yml @@ -26,5 +26,5 @@ jobs: - name: Upload artifact uses: actions/upload-artifact@v3 with: - 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 + 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.16-Darwin.tar.gz diff --git a/CMakeLists.txt b/CMakeLists.txt index d244484c..ab2143bb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -18,7 +18,7 @@ cmake_minimum_required(VERSION 3.12) project("Eclipse Paho C" - VERSION 1.3.15 + VERSION 1.3.16 LANGUAGES C ) diff --git a/src/MQTTAsync.h b/src/MQTTAsync.h index 64e952cf..e3bf876c 100644 --- a/src/MQTTAsync.h +++ b/src/MQTTAsync.h @@ -29,11 +29,11 @@ * @cond MQTTAsync_main * @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. * - * Version 1.3.15 + * Version 1.3.16 * * An MQTT client application connects to MQTT-capable servers. * A typical client is responsible for collecting information from a telemetry diff --git a/src/MQTTClient.h b/src/MQTTClient.h index 7076cbb6..40f7ee68 100644 --- a/src/MQTTClient.h +++ b/src/MQTTClient.h @@ -41,11 +41,11 @@ * @endcond * @cond MQTTClient_main * @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. * - * Version 1.3.15 + * Version 1.3.16 * * These pages describe the original more synchronous API which might be * considered easier to use. Some of the calls will block. For the new diff --git a/version.patch b/version.patch index 3f10ffe7..19c7bdba 100644 --- a/version.patch +++ b/version.patch @@ -1 +1 @@ -15 \ No newline at end of file +16 \ No newline at end of file