From c0862d60746e2d1ceae69af4c6f24e469570ecef Mon Sep 17 00:00:00 2001 From: goldsimon Date: Mon, 13 Mar 2017 13:27:00 +0100 Subject: [PATCH] Fixed LWIP_VERSION define for 2.0.2 --- src/include/lwip/init.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/lwip/init.h b/src/include/lwip/init.h index 1dd44379..940fa21a 100644 --- a/src/include/lwip/init.h +++ b/src/include/lwip/init.h @@ -54,7 +54,7 @@ extern "C" { /** x.X.x: Minor version of the stack */ #define LWIP_VERSION_MINOR 0 /** x.x.X: Revision of the stack */ -#define LWIP_VERSION_REVISION 1 +#define LWIP_VERSION_REVISION 2 /** For release candidates, this is set to 1..254 * For official releases, this is set to 255 (LWIP_RC_RELEASE) * For development versions (Git), this is set to 0 (LWIP_RC_DEVELOPMENT) */