lwip-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [lwip-users] Official 1.5.0 release


From: Fabian Koch
Subject: Re: [lwip-users] Official 1.5.0 release
Date: Wed, 12 Feb 2014 14:09:03 +0100

address@hidden 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
reply via email to

[Prev in Thread] Current Thread [Next in Thread]