Skip to content

Commit 216bf89

Browse files
committed
Set version to 2.0.0 release
1 parent a68eddb commit 216bf89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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 2
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)