We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a68eddb commit 216bf89Copy full SHA for 216bf89
src/include/lwip/init.h
@@ -58,7 +58,7 @@ extern "C" {
58
/** For release candidates, this is set to 1..254
59
* For official releases, this is set to 255 (LWIP_RC_RELEASE)
60
* For development versions (Git), this is set to 0 (LWIP_RC_DEVELOPMENT) */
61
-#define LWIP_VERSION_RC 2
+#define LWIP_VERSION_RC LWIP_RC_RELEASE
62
63
/** LWIP_VERSION_RC is set to LWIP_RC_RELEASE for official releases */
64
#define LWIP_RC_RELEASE 255
0 commit comments