From: Todd C. Miller Date: Wed, 16 Jan 2002 23:37:34 +0000 (+0000) Subject: version 1.6.5 X-Git-Tag: SUDO_1_6_5~4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b72dadcb9564eaee1c5208f0c697cf0b4f92ecac;p=sudo version 1.6.5 --- diff --git a/INSTALL b/INSTALL index 3017edb16..e39297439 100644 --- a/INSTALL +++ b/INSTALL @@ -1,4 +1,4 @@ -Installation instructions for Sudo 1.6.4 +Installation instructions for Sudo 1.6.5 ======================================== Sudo uses a `configure' script to probe the capabilities and type diff --git a/INSTALL.binary b/INSTALL.binary index f77adf028..160c65269 100644 --- a/INSTALL.binary +++ b/INSTALL.binary @@ -1,4 +1,4 @@ -Installation instructions for Sudo 1.6.4 (binary release) +Installation instructions for Sudo 1.6.5 (binary release) ========================================================= 0) If you are upgrading from a previous version of sudo diff --git a/Makefile.in b/Makefile.in index 479ccab49..2b627bf8f 100644 --- a/Makefile.in +++ b/Makefile.in @@ -138,7 +138,7 @@ TESTOBJS = interfaces.o testsudoers.o $(PARSEOBJS) LIBOBJS = @LIBOBJS@ @ALLOCA@ -VERSION = 1.6.4 +VERSION = 1.6.5 DISTFILES = $(SRCS) $(HDRS) BUGS CHANGES HISTORY INSTALL INSTALL.configure \ LICENSE Makefile.in PORTING README RUNSON TODO TROUBLESHOOTING \ diff --git a/README b/README index da818a8f3..0386d2ec1 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -This is Sudo version 1.6.4 +This is Sudo version 1.6.5 The sudo philosophy =================== diff --git a/configure.in b/configure.in index 7bf7d5b30..6fda99655 100644 --- a/configure.in +++ b/configure.in @@ -4,12 +4,12 @@ dnl $Sudo$ dnl dnl Copyright (c) 1994-1996,1998-2002 Todd C. Miller dnl -AC_INIT(sudo, 1.6.4) +AC_INIT(sudo, 1.6.5) AC_CONFIG_HEADER(config.h pathnames.h) dnl dnl This won't work before AC_INIT() dnl -echo "Configuring Sudo version 1.6.4" +echo "Configuring Sudo version 1.6.5" dnl dnl Variables that get substituted in the Makefile and man pages dnl