Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion source/backoff_algorithm.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* backoffAlgorithm v1.4.1
* backoffAlgorithm
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* SPDX-License-Identifier: MIT
Expand Down
12 changes: 11 additions & 1 deletion source/include/backoff_algorithm.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* backoffAlgorithm v1.4.1
* backoffAlgorithm
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* SPDX-License-Identifier: MIT
Expand Down Expand Up @@ -44,6 +44,16 @@
#endif
/* *INDENT-ON* */

/**
* @cond DOXYGEN_IGNORE
* The current version of this library.
*
* If BACKOFF_ALGORITHM_LIBRARY_VERSION ends with + it represents the version in development
* after the numbered release.
*/
#define BACKOFF_ALGORITHM_LIBRARY_VERSION "v1.4.1+"
/** @endcond */

/**
* @ingroup backoff_algorithm_constants
* @brief Constant to represent unlimited number of retry attempts.
Expand Down
2 changes: 1 addition & 1 deletion test/unit-test/backoff_algorithm_utest.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* backoffAlgorithm v1.4.1
* backoffAlgorithm
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* SPDX-License-Identifier: MIT
Expand Down
2 changes: 1 addition & 1 deletion test/unit-test/catch_assert.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* backoffAlgorithm v1.4.1
* backoffAlgorithm
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* SPDX-License-Identifier: MIT
Expand Down