From ed4f749c7bbbf23346ede9e0599412b5e871dcef Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Sun, 5 May 2002 01:31:57 +0000 Subject: [PATCH] ++version --- BUGS | 2 +- INSTALL | 2 +- INSTALL.binary | 2 +- Makefile.in | 2 +- README | 2 +- configure.in | 4 ++-- version.h | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/BUGS b/BUGS index 628f98e3d..2eb4338e8 100644 --- 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 c2a9cf59b..33721d92f 100644 --- 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 diff --git a/INSTALL.binary b/INSTALL.binary index a1c4a4656..4db40e982 100644 --- a/INSTALL.binary +++ b/INSTALL.binary @@ -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 diff --git a/Makefile.in b/Makefile.in index 8f80ba8b6..89d73365b 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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 9ab603d03..9aa64c77d 100644 --- 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 =================== diff --git a/configure.in b/configure.in index fa7dddfec..bd70e9ab2 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.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 diff --git a/version.h b/version.h index 0d92faea6..f591cdba2 100644 --- 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 */ -- 2.40.0