]> granicus.if.org Git - sudo/commitdiff
++version
authorTodd C. Miller <Todd.Miller@courtesan.com>
Sun, 5 May 2002 01:31:57 +0000 (01:31 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Sun, 5 May 2002 01:31:57 +0000 (01:31 +0000)
BUGS
INSTALL
INSTALL.binary
Makefile.in
README
configure.in
version.h

diff --git a/BUGS b/BUGS
index 628f98e3dbda5cc1c850632d98c1a0152d522ed5..2eb4338e81d7f2833ef6ac264b8bf865096a6e57 100644 (file)
--- a/BUGS
+++ b/BUGS
@@ -1,4 +1,4 @@
-Known bugs in sudo version 1.6.6
+Known bugs in sudo version 1.6.7
 ================================
 
 1) Sudo should have an option to log when removing "dangerous"
diff --git a/INSTALL b/INSTALL
index c2a9cf59bb06db97b15753d840e51b4b6f7188b7..33721d92f1c7ff4f51aeef28e4758ce3e17d0ba1 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -1,4 +1,4 @@
-Installation instructions for Sudo 1.6.6
+Installation instructions for Sudo 1.6.7
 ========================================
 
 Sudo uses a `configure' script to probe the capabilities and type
index a1c4a4656e0df9e67ee919bcfdae9fb5fede3ece..4db40e982a063029037a06574433871688d388cf 100644 (file)
@@ -1,4 +1,4 @@
-Installation instructions for Sudo 1.6.6 (binary release)
+Installation instructions for Sudo 1.6.7 (binary release)
 =========================================================
 
     0) If you are upgrading from a previous version of sudo
index 8f80ba8b614392c21d222cb14356d81ac9fe04c5..89d73365b02370b8439b02f1614af3c6d2198a7d 100644 (file)
@@ -138,7 +138,7 @@ TESTOBJS = interfaces.o testsudoers.o $(PARSEOBJS)
 
 LIBOBJS = @LIBOBJS@ @ALLOCA@
 
-VERSION = 1.6.6
+VERSION = 1.6.7
 
 DISTFILES = $(SRCS) $(HDRS) BUGS CHANGES HISTORY INSTALL INSTALL.configure \
            LICENSE Makefile.in PORTING README RUNSON TODO TROUBLESHOOTING \
diff --git a/README b/README
index 9ab603d03e13ec12d9441a54774727e3c6c87a57..9aa64c77d6c3cbc84f65eb95dac498d926088a88 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-This is Sudo version 1.6.6
+This is Sudo version 1.6.7
 
 The sudo philosophy
 ===================
index fa7dddfec6534371806699aaf672f79f2bfe6cfd..bd70e9ab2d46a76e19b94adbd73f00a7fce57174 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.6)
+AC_INIT(sudo, 1.6.7)
 AC_CONFIG_HEADER(config.h pathnames.h)
 dnl
 dnl This won't work before AC_INIT()
 dnl
-echo "Configuring Sudo version 1.6.6"
+echo "Configuring Sudo version 1.6.7"
 dnl
 dnl Variables that get substituted in the Makefile and man pages
 dnl
index 0d92faea6b46099e3bbb5cf2238eba95bb21a7be..f591cdba277e0d3941c7e29b1ad3bde5f4f449c3 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.6";
+static const char version[] = "1.6.7";
 
 #endif /* _SUDO_VERSION_H */