Skip to content

Commit 3d9a8d4

Browse files
Update source file versioning to 202012.01 (#1495)
* Update versioning in file from 202012.00 to 202012.01
1 parent f4cc009 commit 3d9a8d4

File tree

101 files changed

+102
-102
lines changed

Some content is hidden

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

101 files changed

+102
-102
lines changed

.github/workflows/version-updater.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
git config --global user.name "Version Updater"
2828
- name: Update source files with new version
2929
run: |
30-
grep -ilr ${{ github.event.inputs.old_version_number }} . | grep -v ".git" | grep -v "CHANGELOG.md" | grep -v "README.md" | xargs sed -i s/${{ github.event.inputs.old_version_number }}/${{ github.event.inputs.new_version_number }}/g
30+
grep -ilr ${{ github.event.inputs.old_version_number }} . | grep -Ev ".git|CHANGELOG.md|README.md|CONTRIBUTING.md" | xargs sed -i s/${{ github.event.inputs.old_version_number }}/${{ github.event.inputs.new_version_number }}/g
3131
- name: Commit changes and Push to remote
3232
run: |
3333
git checkout -b updater-job/update-to-${{ github.event.inputs.new_version_number }}
@@ -37,4 +37,4 @@ jobs:
3737
run: |
3838
sudo apt-get install
3939
export GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }}
40-
gh pr create --base ${{ github.event.inputs.branch }} --title 'Update source file versioning to ${{ github.event.inputs.new_version_number }}' --body 'Updater-Job: PR to update versioning in source files from ${{ github.event.inputs.old_version_numver }} to ${{ github.event.inputs.new_version_number }}'
40+
gh pr create --base ${{ github.event.inputs.branch }} --title 'Update source file versioning to ${{ github.event.inputs.new_version_number }}' --body 'Updater-Job: PR to update versioning in source files from ${{ github.event.inputs.old_version_numver }} to ${{ github.event.inputs.new_version_number }}'

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Project information.
22
cmake_minimum_required( VERSION 3.2.0 )
33
project( AwsIotDeviceSdkEmbeddedC
4-
VERSION 202012.00
4+
VERSION 202012.01
55
LANGUAGES C )
66

77
# Allow the project to be organized into folders.

demos/defender/defender_demo_json/core_mqtt_config.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 202012.00
2+
* AWS IoT Device SDK for Embedded C 202012.01
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

demos/defender/defender_demo_json/defender_config.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 202012.00
2+
* AWS IoT Device SDK for Embedded C 202012.01
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

demos/defender/defender_demo_json/defender_demo.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 202012.00
2+
* AWS IoT Device SDK for Embedded C 202012.01
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

demos/defender/defender_demo_json/demo_config.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 202012.00
2+
* AWS IoT Device SDK for Embedded C 202012.01
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

demos/defender/defender_demo_json/metrics_collector.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 202012.00
2+
* AWS IoT Device SDK for Embedded C 202012.01
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

demos/defender/defender_demo_json/metrics_collector.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 202012.00
2+
* AWS IoT Device SDK for Embedded C 202012.01
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

demos/defender/defender_demo_json/mqtt_operations.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 202012.00
2+
* AWS IoT Device SDK for Embedded C 202012.01
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

demos/defender/defender_demo_json/mqtt_operations.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 202012.00
2+
* AWS IoT Device SDK for Embedded C 202012.01
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

0 commit comments

Comments
 (0)