From 0d6e45520b80ba7fb29b818c5b3fead37b1a4df7 Mon Sep 17 00:00:00 2001 From: Monika Singh Date: Wed, 9 Aug 2023 06:03:07 +0000 Subject: [PATCH 1/2] Update release version --- docs/doxygen/config.doxyfile | 2 +- manifest.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/doxygen/config.doxyfile b/docs/doxygen/config.doxyfile index 2b25910ef6..98bee6a497 100644 --- a/docs/doxygen/config.doxyfile +++ b/docs/doxygen/config.doxyfile @@ -48,7 +48,7 @@ PROJECT_NAME = FreeRTOS-Plus-TCP # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = V4.0.0-rc3 +PROJECT_NUMBER = V4.0.0 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a diff --git a/manifest.yml b/manifest.yml index 38da7e6d5e..c53a060e1d 100644 --- a/manifest.yml +++ b/manifest.yml @@ -1,5 +1,5 @@ name : "FreeRTOS-Plus-TCP" -version: "V4.0.0-rc3" +version: "V4.0.0" description: "Thread safe FreeRTOS TCP/IP stack working on top of the FreeRTOS-Kernel to implement the TCP/IP protocol. Suitable for microcontrollers." license: "MIT" dependencies: From 8cea2d38a6d535bf34ec3bf0a90bfa39429e41a5 Mon Sep 17 00:00:00 2001 From: Monika Singh Date: Wed, 9 Aug 2023 14:58:34 +0000 Subject: [PATCH 2/2] Update kernel version --- manifest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.yml b/manifest.yml index c53a060e1d..245184d1e9 100644 --- a/manifest.yml +++ b/manifest.yml @@ -4,7 +4,7 @@ description: "Thread safe FreeRTOS TCP/IP stack working on top of the FreeRTOS-K license: "MIT" dependencies: - name: "FreeRTOS-Kernel" - version: "V10.4.5" + version: "V10.6.0" license: "MIT" repository: type: "git"