Skip to content

Commit f1aa0a0

Browse files
Update Version number in doxygen and manifest for GA (#993)
* Update release version * Update kernel version --------- Co-authored-by: Tony Josi <[email protected]>
1 parent 5757e07 commit f1aa0a0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/doxygen/config.doxyfile

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

51-
PROJECT_NUMBER = V4.0.0-rc3
51+
PROJECT_NUMBER = V4.0.0
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name : "FreeRTOS-Plus-TCP"
2-
version: "V4.0.0-rc3"
2+
version: "V4.0.0"
33
description: "Thread safe FreeRTOS TCP/IP stack working on top of the FreeRTOS-Kernel to implement the TCP/IP protocol. Suitable for microcontrollers."
44
license: "MIT"
55
dependencies:
66
- name: "FreeRTOS-Kernel"
7-
version: "V10.4.5"
7+
version: "V10.6.0"
88
license: "MIT"
99
repository:
1010
type: "git"

0 commit comments

Comments
 (0)