Update version to 2.0.2 DEVELOPMENT in master branch

This commit is contained in:
Dirk Ziegelmeier 2017-01-05 15:03:09 +01:00
parent 3a20ae3830
commit 02eec304c3

View File

@ -54,7 +54,7 @@ extern "C" {
/** x.X.x: Minor version of the stack */
#define LWIP_VERSION_MINOR 0
/** x.x.X: Revision of the stack */
#define LWIP_VERSION_REVISION 1
#define LWIP_VERSION_REVISION 2
/** For release candidates, this is set to 1..254
* For official releases, this is set to 255 (LWIP_RC_RELEASE)
* For development versions (Git), this is set to 0 (LWIP_RC_DEVELOPMENT) */