Skip to content

Commit b71a482

Browse files
authored
Update versioning in source files to v1.0.0 (#15)
1 parent 67b6049 commit b71a482

File tree

5 files changed

+5
-4
lines changed

5 files changed

+5
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Besides, in an environment with poor connectivity, a client can get disconnected
1414
A backoff strategy helps the client to conserve battery by not repeatedly attempting reconnections when they are
1515
unlikely to succeed.
1616

17-
See memory requirements for this library [here](https://docs.aws.amazon.com/embedded-csdk/202012.00/lib-ref/libraries/standard/backoffAlgorithm/docs/doxygen/output/html/index.html#backoff_algorithm_memory_requirements)
17+
See memory requirements for this library [here](https://docs.aws.amazon.com/embedded-csdk/202012.00/lib-ref/libraries/standard/backoffAlgorithm/docs/doxygen/output/html/index.html#backoff_algorithm_memory_requirements).
1818

1919
## Reference example
2020

source/backoff_algorithm.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* AWS IoT Device SDK for Embedded C V202011.00
2+
* backoffAlgorithm v1.0.0
33
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
*
55
* Permission is hereby granted, free of charge, to any person obtaining a copy of

source/include/backoff_algorithm.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* AWS IoT Device SDK for Embedded C V202011.00
2+
* backoffAlgorithm v1.0.0
33
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
*
55
* Permission is hereby granted, free of charge, to any person obtaining a copy of

test/unit-test/backoff_algorithm_utest.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* AWS IoT Device SDK for Embedded C V202011.00
2+
* backoffAlgorithm v1.0.0
33
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
*
55
* Permission is hereby granted, free of charge, to any person obtaining a copy of

test/unit-test/catch_assert.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/*
2+
* backoffAlgorithm v1.0.0
23
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
34
*
45
* Permission is hereby granted, free of charge, to any person obtaining a copy of

0 commit comments

Comments
 (0)