Skip to content

Commit 8707f40

Browse files
authored
Update version number macro in header file
Update version number macro in header file
2 parents 297cce5 + b20ab9f commit 8707f40

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
- name: Checkout code
5656
uses: actions/checkout@v4
5757
with:
58-
ref: ${{ github.event.inputs.commit_id }}
58+
ref: ${{ github.event.inputs.version_number }}
5959
path: FreeRTOS-Plus-TCP
6060
submodules: recursive
6161
- name: Checkout disabled submodules

source/include/FreeRTOS_IP.h

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,11 @@
4444

4545
/* Constants defining the current version of the FreeRTOS+TCP
4646
* network stack. */
47-
#define ipFR_TCP_VERSION_NUMBER "V4.0.999"
48-
#define ipFR_TCP_VERSION_MAJOR 4
49-
#define ipFR_TCP_VERSION_MINOR 0
47+
#define ipFR_TCP_VERSION_NUMBER "V4.2.999"
48+
#define ipFR_TCP_VERSION_MAJOR 4
49+
#define ipFR_TCP_VERSION_MINOR 2
5050
/* Development builds are always version 999. */
51-
#define ipFR_TCP_VERSION_BUILD 999
52-
/* Using TCP version to support backward compatibility in the Demo files. */
53-
#define FREERTOS_PLUS_TCP_VERSION 10
51+
#define ipFR_TCP_VERSION_BUILD 999
5452

5553
/* Some constants defining the sizes of several parts of a packet.
5654
* These defines come before including the configuration header files. */

0 commit comments

Comments
 (0)