From: Todd C. Miller Date: Tue, 13 Jan 1998 04:42:58 +0000 (+0000) Subject: ++version X-Git-Tag: SUDO_1_5_4~9 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b1d52793c2d2308c7bdfa4cf916b1ab7fd52eeec;p=sudo ++version --- diff --git a/INSTALL b/INSTALL index ab78a8d45..b7e6dd66d 100644 --- a/INSTALL +++ b/INSTALL @@ -1,4 +1,4 @@ -Installation instructions for CU sudo 1.5.3 +Installation instructions for CU sudo 1.5.4 =========================================== Sudo uses a `configure' script to probe the capabilities and type diff --git a/Makefile.in b/Makefile.in index 37e9d4386..ee3d89e36 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,5 +1,5 @@ #* -#* CU sudo version 1.5.3 (based on Root Group sudo version 1.1) +#* CU sudo version 1.5.4 (based on Root Group sudo version 1.1) #* #* This software comes with no waranty whatsoever, use at your own risk. #* @@ -112,7 +112,7 @@ LIBOBJS = @LIBOBJS@ @ALLOCA@ HDRS = sudo.h pathnames.h options.h compat.h version.h insults.h \ ins_2001.h ins_classic.h ins_goons.h ins_csops.h -VERSION = 1.5.3 +VERSION = 1.5.4 DISTFILES = $(SRCS) $(HDRS) BUGS CHANGES COPYING HISTORY INSTALL OPTIONS TODO \ PORTING README RUNSON FAQ TROUBLESHOOTING Makefile.in acsite.m4 \