From: Paul Mackerras Date: Mon, 14 Jul 1997 03:53:42 +0000 (+0000) Subject: update to 2.3.1 X-Git-Tag: RELEASE_2_3_6~167 X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=commitdiff_plain;h=383401cdb046c2038cd2d45e9b1427c9c1f62238;ds=sidebyside update to 2.3.1 --- diff --git a/pppd/Makefile.linux b/pppd/Makefile.linux index 9ef8654..1d5e75e 100644 --- a/pppd/Makefile.linux +++ b/pppd/Makefile.linux @@ -1,6 +1,6 @@ # # pppd makefile for Linux -# $Id: Makefile.linux,v 1.20 1997/04/30 05:48:39 paulus Exp $ +# $Id: Makefile.linux,v 1.21 1997/07/14 03:52:08 paulus Exp $ # # Default installation locations @@ -27,7 +27,7 @@ endif # CC = gcc # COPTS = -O2 # -g -VER = 2.3.0 +VER = 2.3.1 LIBS = ifneq ($(wildcard /usr/lib/libcrypt*),) diff --git a/pppd/patchlevel.h b/pppd/patchlevel.h index a566952..f109b9f 100644 --- a/pppd/patchlevel.h +++ b/pppd/patchlevel.h @@ -1,6 +1,6 @@ -/* $Id: patchlevel.h,v 1.28 1997/05/22 06:46:29 paulus Exp $ */ -#define PATCHLEVEL 0 +/* $Id: patchlevel.h,v 1.29 1997/07/14 03:53:42 paulus Exp $ */ +#define PATCHLEVEL 1 #define VERSION "2.3" #define IMPLEMENTATION "" -#define DATE "22 May 97" +#define DATE "27 June 97"