Update version numbers for release candidate

This commit is contained in:
kieranm 2009-07-09 11:43:28 +00:00
parent ce5699f41b
commit 972592cf8a

View File

@ -43,11 +43,11 @@ extern "C" {
/** x.X.x: Minor version of the stack */
#define LWIP_VERSION_MINOR 3U
/** x.x.X: Revision of the stack */
#define LWIP_VERSION_REVISION 2U
#define LWIP_VERSION_REVISION 1U
/** For release candidates, this is set to 1..255
* 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
#define LWIP_VERSION_RC 1U
/** LWIP_VERSION_RC is set to LWIP_RC_RELEASE for official releases */
#define LWIP_RC_RELEASE 255U