File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ PROJECT_NAME = "lwIP"
3838# could be handy for archiving the generated documentation or if some version
3939# control system is used.
4040
41- PROJECT_NUMBER = "2.2.0.rc1 "
41+ PROJECT_NUMBER = "2.2.0"
4242
4343# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444# for a project that appears at the top of each page and should give viewer a
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ set(LWIP_VERSION_REVISION "0")
1818# LWIP_VERSION_RC is set to LWIP_RC_RELEASE for official releases
1919# LWIP_VERSION_RC is set to LWIP_RC_DEVELOPMENT for Git versions
2020# Numbers 1..31 are reserved for release candidates
21- set (LWIP_VERSION_RC "1 " )
21+ set (LWIP_VERSION_RC "LWIP_RC_RELEASE " )
2222
2323if ("${LWIP_VERSION_RC} " STREQUAL "LWIP_RC_RELEASE" )
2424 set (LWIP_VERSION_STRING
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ extern "C" {
5858/** For release candidates, this is set to 1..254
5959 * For official releases, this is set to 255 (LWIP_RC_RELEASE)
6060 * For development versions (Git), this is set to 0 (LWIP_RC_DEVELOPMENT) */
61- #define LWIP_VERSION_RC 1
61+ #define LWIP_VERSION_RC LWIP_RC_RELEASE
6262
6363/** LWIP_VERSION_RC is set to LWIP_RC_RELEASE for official releases */
6464#define LWIP_RC_RELEASE 255
You can’t perform that action at this time.
0 commit comments