]> granicus.if.org Git - sudo/commitdiff
version 1.6.5
authorTodd C. Miller <Todd.Miller@courtesan.com>
Wed, 16 Jan 2002 23:37:34 +0000 (23:37 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Wed, 16 Jan 2002 23:37:34 +0000 (23:37 +0000)
INSTALL
INSTALL.binary
Makefile.in
README
configure.in

diff --git a/INSTALL b/INSTALL
index 3017edb16538d1182b0702a4faf3b588227d29fe..e3929743900bc0c2fc76397329f323115fd2d284 100644 (file)
--- 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
index f77adf02828a2d18b1f147d92bd148c842139a51..160c652697c9d61d3b5ed08838dd3e9ab3d49d75 100644 (file)
@@ -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
index 479ccab49552d744ba9bd903e2816295243b3919..2b627bf8f26edbbc91c158fd7858ffbb284c3690 100644 (file)
@@ -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 da818a8f392fed0af09858915a7077d8c6d84f06..0386d2ec15292b23e62661722009acd44da546fd 100644 (file)
--- 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
 ===================
index 7bf7d5b305b522110dcc37ff93e6ad48aac8bc96..6fda996551b38eb63e141d6208d335c414f81147 100644 (file)
@@ -4,12 +4,12 @@ dnl $Sudo$
 dnl
 dnl Copyright (c) 1994-1996,1998-2002 Todd C. Miller <Todd.Miller@courtesan.com>
 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