From: Todd C. Miller Date: Thu, 18 Apr 2002 15:41:30 +0000 (+0000) Subject: crank version to 1.6.6 X-Git-Tag: SUDO_1_6_6~4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d9bb746dfff9a6419e096c248ff01a88749453a9;p=sudo crank version to 1.6.6 --- diff --git a/BUGS b/BUGS index ffe313643..628f98e3d 100644 --- 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 ab82c8458..c2a9cf59b 100644 --- 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 diff --git a/Makefile.in b/Makefile.in index fe3b7e841..8f80ba8b6 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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 \ diff --git a/configure.in b/configure.in index 6a53a5a8d..d0d78096a 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.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 diff --git a/version.h b/version.h index 18e47c260..0d92faea6 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.5"; +static const char version[] = "1.6.6"; #endif /* _SUDO_VERSION_H */