mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-12-24 15:14:06 +00:00
we are moving towards 1.5.0 -> set LWIP_VERSION accordingly
This commit is contained in:
parent
13801ebd74
commit
22d2af2a29
@ -41,9 +41,9 @@ extern "C" {
|
||||
/** X.x.x: Major version of the stack */
|
||||
#define LWIP_VERSION_MAJOR 1U
|
||||
/** 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 */
|
||||
#define LWIP_VERSION_REVISION 1U
|
||||
#define LWIP_VERSION_REVISION 0U
|
||||
/** For release candidates, this is set to 1..254
|
||||
* For official releases, this is set to 255 (LWIP_RC_RELEASE)
|
||||
* For development versions (CVS), this is set to 0 (LWIP_RC_DEVELOPMENT) */
|
||||
|
Loading…
Reference in New Issue
Block a user