summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorjasonpcarroll <jasonpcarroll@users.noreply.github.com>2022-12-10 01:17:30 +0000
committerjasonpcarroll <jasonpcarroll@users.noreply.github.com>2022-12-10 01:17:30 +0000
commit6f7f9fd9ed56fbb34d5314af21f17cfa571133a7 (patch)
treee5bc4ac79e1cf3fd0c89f8a3e9ad40efa4ae7d63 /.github
parentc9947d3adcd0334c695d47cb8b8a2dedbfc2a45e (diff)
downloadfreertos-git-6f7f9fd9ed56fbb34d5314af21f17cfa571133a7.tar.gz
[AUTO][RELEASE]: Bump file header version to "202212.00"
Diffstat (limited to '.github')
-rwxr-xr-x.github/scripts/common/header_checker.py2
-rwxr-xr-x.github/scripts/core_checker.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/scripts/common/header_checker.py b/.github/scripts/common/header_checker.py
index b436c6b2f..0bf3a6dbc 100755
--- a/.github/scripts/common/header_checker.py
+++ b/.github/scripts/common/header_checker.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python3
# /*
-# * FreeRTOS V202211.00
+# * FreeRTOS V202212.00
# * Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
# *
# * Permission is hereby granted, free of charge, to any person obtaining a copy of
diff --git a/.github/scripts/core_checker.py b/.github/scripts/core_checker.py
index a2e787a54..aae02ab25 100755
--- a/.github/scripts/core_checker.py
+++ b/.github/scripts/core_checker.py
@@ -309,7 +309,7 @@ FREERTOS_IGNORED_FILES = [
FREERTOS_HEADER = [
'/*\n',
- ' * FreeRTOS V202211.00\n',
+ ' * FreeRTOS V202212.00\n',
' * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n',
' *\n',
' * Permission is hereby granted, free of charge, to any person obtaining a copy of\n',