1
0
mirror of https://github.com/eclipse/paho.mqtt.c.git synced 2025-05-06 18:25:48 +08:00

Change version to 1.3.9

This commit is contained in:
Ian Craggs 2021-05-24 17:32:09 +01:00
parent ccb72a27f0
commit de1bc380f5
4 changed files with 6 additions and 4 deletions

View File

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

View File

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

View File

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

View File

@ -1 +1 @@
8
9