Skip to content

Commit

Permalink
Update Version number in doxygen and manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
moninom1 committed Apr 27, 2023
1 parent cd19a80 commit 0fa5244
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/doxygen/config.doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -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-rc1
PROJECT_NUMBER = V4.0.0-rc2

# 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
Expand Down
2 changes: 1 addition & 1 deletion manifest.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name : "FreeRTOS-Plus-TCP"
version: "V4.0.0-rc1"
version: "V4.0.0-rc2"
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:
Expand Down

0 comments on commit 0fa5244

Please sign in to comment.