2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-31 14:25:15 +00:00

++version

This commit is contained in:
Todd C. Miller
2002-05-05 01:31:57 +00:00
parent cd4ec1d2bf
commit ed4f749c7b
7 changed files with 8 additions and 8 deletions

2
BUGS
View File

@@ -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"

View File

@@ -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

View 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

View 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 \

2
README
View File

@@ -1,4 +1,4 @@
This is Sudo version 1.6.6
This is Sudo version 1.6.7
The sudo philosophy
===================

View 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

View File

@@ -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 */