Skip to content

Commit 4c9fbca

Browse files
committed
Update version v1.4.1 in source and header files
1 parent 9524965 commit 4c9fbca

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

source/backoff_algorithm.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* backoffAlgorithm v1.4.0
2+
* backoffAlgorithm v1.4.1
33
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
*
55
* SPDX-License-Identifier: MIT

source/include/backoff_algorithm.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* backoffAlgorithm v1.4.0
2+
* backoffAlgorithm v1.4.1
33
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
*
55
* SPDX-License-Identifier: MIT

test/unit-test/backoff_algorithm_utest.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* backoffAlgorithm v1.4.0
2+
* backoffAlgorithm v1.4.1
33
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
*
55
* SPDX-License-Identifier: MIT

test/unit-test/catch_assert.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* backoffAlgorithm v1.4.0
2+
* backoffAlgorithm v1.4.1
33
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
*
55
* SPDX-License-Identifier: MIT

0 commit comments

Comments
 (0)