]> granicus.if.org Git - sudo/commitdiff
crank version to 1.6.6
authorTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 18 Apr 2002 15:41:30 +0000 (15:41 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 18 Apr 2002 15:41:30 +0000 (15:41 +0000)
BUGS
INSTALL
Makefile.in
configure.in
version.h

diff --git a/BUGS b/BUGS
index ffe31364318bf2f2a47a836a49376bd3e8b47c14..628f98e3dbda5cc1c850632d98c1a0152d522ed5 100644 (file)
--- a/BUGS
+++ b/BUGS
@@ -1,4 +1,4 @@
-Known bugs in sudo version 1.6.5
+Known bugs in sudo version 1.6.6
 ================================
 
 1) Sudo should have an option to log when removing "dangerous"
diff --git a/INSTALL b/INSTALL
index ab82c8458b462012a9525530beaf67448f1ff874..c2a9cf59bb06db97b15753d840e51b4b6f7188b7 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -1,4 +1,4 @@
-Installation instructions for Sudo 1.6.5
+Installation instructions for Sudo 1.6.6
 ========================================
 
 Sudo uses a `configure' script to probe the capabilities and type
index fe3b7e841259deaa81c0c46a4ed8c8528818efe6..8f80ba8b614392c21d222cb14356d81ac9fe04c5 100644 (file)
@@ -138,7 +138,7 @@ TESTOBJS = interfaces.o testsudoers.o $(PARSEOBJS)
 
 LIBOBJS = @LIBOBJS@ @ALLOCA@
 
-VERSION = 1.6.5
+VERSION = 1.6.6
 
 DISTFILES = $(SRCS) $(HDRS) BUGS CHANGES HISTORY INSTALL INSTALL.configure \
            LICENSE Makefile.in PORTING README RUNSON TODO TROUBLESHOOTING \
index 6a53a5a8d3d4cd2d08efa062ec8685026ead7907..d0d78096ae14cb6c17cbf006c197be64ca9cb50a 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.5)
+AC_INIT(sudo, 1.6.6)
 AC_CONFIG_HEADER(config.h pathnames.h)
 dnl
 dnl This won't work before AC_INIT()
 dnl
-echo "Configuring Sudo version 1.6.5"
+echo "Configuring Sudo version 1.6.6"
 dnl
 dnl Variables that get substituted in the Makefile and man pages
 dnl
index 18e47c260a9f3d7c96b5ab4ad01f001e04f7ae4a..0d92faea6b46099e3bbb5cf2238eba95bb21a7be 100644 (file)
--- a/version.h
+++ b/version.h
@@ -37,6 +37,6 @@
 #ifndef _SUDO_VERSION_H
 #define _SUDO_VERSION_H
 
-static const char version[] = "1.6.5";
+static const char version[] = "1.6.6";
 
 #endif /* _SUDO_VERSION_H */