[email protected] wrote on 12.02.2014 
12:58:45:
> I would like to know that too! :-)

Yes! Me too. Given that there is no _official_ release since 1.4.0...

What? 1.4.1 you say?

src/include/lwip/init.h:
[...]
/** 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) 
*/
#define LWIP_VERSION_RC         0U

/** LWIP_VERSION_RC is set to LWIP_RC_RELEASE for official releases */
#define LWIP_RC_RELEASE         255U
/** LWIP_VERSION_RC is set to LWIP_RC_DEVELOPMENT for CVS versions */
#define LWIP_RC_DEVELOPMENT     0U
[...]

doesn't look like an official stable release to me ;o)

I litterally just noticed that because we're migrating to 1.4.1 right now.

kind rgeards,
Fabian
_______________________________________________
lwip-users mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/lwip-users

Reply via email to