From de1bc380f5cc17d12c9e558e4cb3b29878cb528f Mon Sep 17 00:00:00 2001 From: Ian Craggs Date: Mon, 24 May 2021 17:32:09 +0100 Subject: [PATCH] Change version to 1.3.9 --- src/MQTTAsync.h | 2 +- src/MQTTAsyncUtils.c | 2 ++ src/MQTTClient.h | 4 ++-- version.patch | 2 +- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/src/MQTTAsync.h b/src/MQTTAsync.h index f12b9655..c8153130 100644 --- a/src/MQTTAsync.h +++ b/src/MQTTAsync.h @@ -29,7 +29,7 @@ * @cond MQTTAsync_main * @mainpage Asynchronous MQTT client library for C * - * © Copyright IBM Corp. 2009, 2020 and others + * © Copyright 2009, 2021 IBM Corp., Ian Craggs and others * * @brief An Asynchronous MQTT client library for C. * diff --git a/src/MQTTAsyncUtils.c b/src/MQTTAsyncUtils.c index f325acac..8c4554ec 100644 --- a/src/MQTTAsyncUtils.c +++ b/src/MQTTAsyncUtils.c @@ -757,6 +757,7 @@ static int MQTTAsync_unpersistInflightMessages(Clients* c) } #endif +#if 0 /** * List callback function for comparing client handles and command types being CONNECT or DISCONNECT * @param a first MQTTAsync_queuedCommand pointer @@ -779,6 +780,7 @@ static int clientCompareConnectCommand(void* a, void* b) } return 0; //Item NOT found in the list } +#endif int MQTTAsync_addCommand(MQTTAsync_queuedCommand* command, int command_size) diff --git a/src/MQTTClient.h b/src/MQTTClient.h index 59da6178..d29fe4e3 100644 --- a/src/MQTTClient.h +++ b/src/MQTTClient.h @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2009, 2020 IBM Corp. and others + * Copyright (c) 2009, 2021 IBM Corp., Ian Craggs and others * * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v2.0 @@ -41,7 +41,7 @@ * @endcond * @cond MQTTClient_main * @mainpage MQTT Client library for C - * © Copyright IBM Corp. 2009, 2020 and others + * © Copyright 2009, 2021 IBM Corp., Ian Craggs and others * * @brief An MQTT client library in C. * diff --git a/version.patch b/version.patch index 301160a9..f11c82a4 100644 --- a/version.patch +++ b/version.patch @@ -1 +1 @@ -8 \ No newline at end of file +9 \ No newline at end of file