Przeglądaj źródła

set lwip version to 2.0.3 RELEASE

goldsimon 8 lat temu
rodzic
commit
f07e2edb7a
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/include/lwip/init.h

+ 1 - 1
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   2
+#define LWIP_VERSION_REVISION   3
 /** 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) */