File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ PROJECT_NAME = "lwIP"
3838# could be handy for archiving the generated documentation or if some version
3939# control system is used.
4040
41- PROJECT_NUMBER = "2.2.1 "
41+ PROJECT_NUMBER = "2.2.2.dev "
4242
4343# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444# for a project that appears at the top of each page and should give viewer a
Original file line number Diff line number Diff line change @@ -14,11 +14,11 @@ endif()
1414
1515set (LWIP_VERSION_MAJOR "2" )
1616set (LWIP_VERSION_MINOR "2" )
17- set (LWIP_VERSION_REVISION "1 " )
17+ set (LWIP_VERSION_REVISION "2 " )
1818# LWIP_VERSION_RC is set to LWIP_RC_RELEASE for official releases
1919# LWIP_VERSION_RC is set to LWIP_RC_DEVELOPMENT for Git versions
2020# Numbers 1..31 are reserved for release candidates
21- set (LWIP_VERSION_RC "LWIP_RC_RELEASE " )
21+ set (LWIP_VERSION_RC "LWIP_RC_DEVELOPMENT " )
2222
2323if ("${LWIP_VERSION_RC} " STREQUAL "LWIP_RC_RELEASE" )
2424 set (LWIP_VERSION_STRING
Original file line number Diff line number Diff line change @@ -54,11 +54,11 @@ extern "C" {
5454/** x.X.x: Minor version of the stack */
5555#define LWIP_VERSION_MINOR 2
5656/** x.x.X: Revision of the stack */
57- #define LWIP_VERSION_REVISION 1
57+ #define LWIP_VERSION_REVISION 2
5858/** For release candidates, this is set to 1..254
5959 * For official releases, this is set to 255 (LWIP_RC_RELEASE)
6060 * For development versions (Git), this is set to 0 (LWIP_RC_DEVELOPMENT) */
61- #define LWIP_VERSION_RC LWIP_RC_RELEASE
61+ #define LWIP_VERSION_RC LWIP_RC_DEVELOPMENT
6262
6363/** LWIP_VERSION_RC is set to LWIP_RC_RELEASE for official releases */
6464#define LWIP_RC_RELEASE 255
You can’t perform that action at this time.
0 commit comments