Skip to content

Commit 0a5fb6c

Browse files
[v3.6.3] Update changelog, version numbers and .md files for release (#209)
* Update version numbers and readme files for release workflow * Update the FreeRTOS-LTS version
1 parent 7176662 commit 0a5fb6c

File tree

64 files changed

+68
-65
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+68
-65
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions

README.md

Lines changed: 3 additions & 3 deletions

docs/doxygen/config.doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ PROJECT_NAME = corePKCS11
4848
# could be handy for archiving the generated documentation or if some version
4949
# control system is used.
5050

51-
PROJECT_NUMBER = v3.6.2
51+
PROJECT_NUMBER = v3.6.3
5252

5353
# Using the PROJECT_BRIEF tag one can provide an optional one line description
5454
# for a project that appears at the top of each page and should give viewer a

manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: "corePKCS11"
2-
version: "v3.6.2"
2+
version: "v3.6.3"
33
description: "Software implementation of the PKCS #11 standard."
44
license: "MIT"
55

source/core_pkcs11.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* corePKCS11 v3.6.2
2+
* corePKCS11 v3.6.3
33
* Copyright (C) 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
*
55
* SPDX-License-Identifier: MIT

source/core_pki_utils.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* corePKCS11 v3.6.2
2+
* corePKCS11 v3.6.3
33
* Copyright (C) 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
*
55
* SPDX-License-Identifier: MIT

source/dependency/3rdparty/mbedtls_utils/mbedtls_utils.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* corePKCS11 v3.6.2
2+
* corePKCS11 v3.6.3
33
* Copyright (C) 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
*
55
* SPDX-License-Identifier: MIT

source/dependency/3rdparty/mbedtls_utils/mbedtls_utils.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* corePKCS11 v3.6.2
2+
* corePKCS11 v3.6.3
33
* Copyright (C) 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
*
55
* SPDX-License-Identifier: MIT

source/include/core_pkcs11.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* corePKCS11 v3.6.2
2+
* corePKCS11 v3.6.3
33
* Copyright (C) 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
*
55
* SPDX-License-Identifier: MIT

source/include/core_pkcs11_config_defaults.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* corePKCS11 v3.6.2
2+
* corePKCS11 v3.6.3
33
* Copyright (C) 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
*
55
* SPDX-License-Identifier: MIT

0 commit comments

Comments
 (0)