Skip to content

Commit 0a0452b

Browse files
committed
Prepare 2.2.0 release
1 parent c0cf130 commit 0a0452b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

doc/doxygen/lwip.Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

src/Filelists.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

2323
if ("${LWIP_VERSION_RC}" STREQUAL "LWIP_RC_RELEASE")
2424
set(LWIP_VERSION_STRING

src/include/lwip/init.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)