Skip to content

Commit

Permalink
Change version to 1.3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
icraggs committed May 24, 2021
1 parent ccb72a2 commit de1bc38
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/MQTTAsync.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*
Expand Down
2 changes: 2 additions & 0 deletions src/MQTTAsyncUtils.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions src/MQTTClient.h
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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.
*
Expand Down
2 changes: 1 addition & 1 deletion version.patch
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8
9

0 comments on commit de1bc38

Please sign in to comment.