From 45c6279bb0821ef088ae813d05e0b7b1fdf7f0db Mon Sep 17 00:00:00 2001 From: Sylvain Rochet Date: Wed, 11 May 2016 00:42:59 +0200 Subject: [PATCH] PPP, documentation, update next release version Next release will be 2.0.0 instead of 1.5.0, change that in the documentation. --- doc/ppp.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/ppp.txt b/doc/ppp.txt index f1b9107d..e789fcfd 100644 --- a/doc/ppp.txt +++ b/doc/ppp.txt @@ -8,7 +8,7 @@ Table of Contents: 2 - Raw API PPP example for all protocols 3 - PPPoS input path (raw API, IRQ safe API, TCPIP API) 4 - Thread safe PPP API (PPPAPI) -5 - Upgrading from lwIP <= 1.4.x to lwIP >= 1.5.x +5 - Upgrading from lwIP <= 1.4.x to lwIP >= 2.0.x @@ -365,10 +365,10 @@ this is actually pretty obvious. -5 Upgrading from lwIP <= 1.4.x to lwIP >= 1.5.x +5 Upgrading from lwIP <= 1.4.x to lwIP >= 2.0.x =============================================== -PPP API was fully reworked between 1.4.x and 1.5.x releases. However porting +PPP API was fully reworked between 1.4.x and 2.0.x releases. However porting from previous lwIP version is pretty easy: * Previous PPP API used an integer to identify PPP sessions, we are now