diff --git a/doc/doxygen/main_page.h b/doc/doxygen/main_page.h index 63e84591..4a643c75 100644 --- a/doc/doxygen/main_page.h +++ b/doc/doxygen/main_page.h @@ -24,13 +24,13 @@ * * \section install_sec Documentation * - * Development of lwIP is hosted on Savannah, a central point for software development, maintenance and distribution. Everyone can help improve lwIP by use of Savannah's interface, CVS and the mailing list. A core team of developers will commit changes to the CVS source tree.\n + * Development of lwIP is hosted on Savannah, a central point for software development, maintenance and distribution. Everyone can help improve lwIP by use of Savannah's interface, Git and the mailing list. A core team of developers will commit changes to the Git source tree.\n * http://savannah.nongnu.org/projects/lwip/\n * \n * The original out-dated homepage of lwIP and Adam Dunkels' papers on lwIP are at the official lwIP home page:\n * http://www.sics.se/~adam/lwip/\n * \n - * Self documentation of the source code is regularly extracted from the current CVS sources and is available from this web page:\n + * Self documentation of the source code is regularly extracted from the current Git sources and is available from this web page:\n * http://www.nongnu.org/lwip/\n * \n * There is now a constantly growin wiki about lwIP at\n diff --git a/src/include/lwip/init.h b/src/include/lwip/init.h index 1f3c4056..4af7289f 100644 --- a/src/include/lwip/init.h +++ b/src/include/lwip/init.h @@ -46,12 +46,12 @@ extern "C" { #define LWIP_VERSION_REVISION 0U /** 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) */ + * For development versions (Git), 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 */ +/** LWIP_VERSION_RC is set to LWIP_RC_DEVELOPMENT for Git versions */ #define LWIP_RC_DEVELOPMENT 0U #define LWIP_VERSION_IS_RELEASE (LWIP_VERSION_RC == LWIP_RC_RELEASE)