mirror of
https://github.com/FreeRTOS/FreeRTOS-Plus-TCP
synced 2025-10-20 04:54:36 +08:00
Update Version number in doxygen and manifest for GA (#993)
* Update release version * Update kernel version --------- Co-authored-by: Tony Josi <tonyjosi@amazon.com>
This commit is contained in:
@@ -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
|
||||
|
@@ -1,10 +1,10 @@
|
||||
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:
|
||||
- name: "FreeRTOS-Kernel"
|
||||
version: "V10.4.5"
|
||||
version: "V10.6.0"
|
||||
license: "MIT"
|
||||
repository:
|
||||
type: "git"
|
||||
|
Reference in New Issue
Block a user