we are moving towards 1.5.0 -> set LWIP_VERSION accordingly

This commit is contained in:
goldsimon 2015-08-03 13:58:48 +02:00
parent 13801ebd74
commit 22d2af2a29

View File

@ -41,9 +41,9 @@ extern "C" {
/** X.x.x: Major version of the stack */ /** X.x.x: Major version of the stack */
#define LWIP_VERSION_MAJOR 1U #define LWIP_VERSION_MAJOR 1U
/** x.X.x: Minor version of the stack */ /** x.X.x: Minor version of the stack */
#define LWIP_VERSION_MINOR 4U #define LWIP_VERSION_MINOR 5U
/** x.x.X: Revision of the stack */ /** x.x.X: Revision of the stack */
#define LWIP_VERSION_REVISION 1U #define LWIP_VERSION_REVISION 0U
/** For release candidates, this is set to 1..254 /** For release candidates, this is set to 1..254
* For official releases, this is set to 255 (LWIP_RC_RELEASE) * For official releases, this is set to 255 (LWIP_RC_RELEASE)
* For development versions (CVS), this is set to 0 (LWIP_RC_DEVELOPMENT) */ * For development versions (CVS), this is set to 0 (LWIP_RC_DEVELOPMENT) */