]> granicus.if.org Git - sudo/commitdiff
Crank version
authorTodd C. Miller <Todd.Miller@courtesan.com>
Sun, 26 Sep 2004 16:35:58 +0000 (16:35 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Sun, 26 Sep 2004 16:35:58 +0000 (16:35 +0000)
BUGS
INSTALL
INSTALL.binary
Makefile.in
README
configure.in
version.h

diff --git a/BUGS b/BUGS
index a95fae0c39198775d0727f61f3994bdf8982390e..d986d2b55f54d7a7e2288cc6e55e4fe1f20edfca 100644 (file)
--- a/BUGS
+++ b/BUGS
@@ -1,4 +1,4 @@
-Known bugs in sudo version 1.6.8
+Known bugs in sudo version 1.6.9
 ================================
 
 1) Sudo should have an option to log when removing "dangerous"
diff --git a/INSTALL b/INSTALL
index 7be93a51aacf3bd8bf60b27971a54d8a97dff302..f469c3714aa4aba43fb2e81463767a7961a17ddf 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -1,4 +1,4 @@
-Installation instructions for Sudo 1.6.8
+Installation instructions for Sudo 1.6.9
 ========================================
 
 Sudo uses a `configure' script to probe the capabilities and type
index e6b6b71c36b89c64b8f56febed4e2e6a14894e62..c26e870afb8b193947576c0d4dd9fa745ac95b8e 100644 (file)
@@ -1,4 +1,4 @@
-Installation instructions for Sudo 1.6.8 (binary release)
+Installation instructions for Sudo 1.6.9 (binary release)
 =========================================================
 
     0) If you are upgrading from a previous version of sudo
index ce97acbb9f578f62aaa174a57f74c15f29c8428b..4f27ebc70951d9cf7d365fbd8fa3ac98b0b4f311 100644 (file)
@@ -130,7 +130,7 @@ TESTOBJS = interfaces.o testsudoers.o $(PARSEOBJS)
 
 LIBOBJS = @LIBOBJS@ @ALLOCA@
 
-VERSION = 1.6.8p1
+VERSION = 1.6.9
 
 DISTFILES = $(SRCS) $(HDRS) BUGS CHANGES HISTORY INSTALL INSTALL.configure \
            LICENSE Makefile.in PORTING README README.LDAP RUNSON TODO \
diff --git a/README b/README
index 225fb5a53716f8ac0fce00866c563f1d03eca272..ba8a396ba582f6bbb3471c28bd2d05ec9bc0b0fb 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-This is Sudo version 1.6.8
+This is Sudo version 1.6.9
 
 The sudo philosophy
 ===================
index d3abdb23b3d94d1f7606556841d55ca0e88e306a..256d63aa07b360f359c5acd8d2cb815a384b661c 100644 (file)
@@ -4,12 +4,12 @@ dnl $Sudo$
 dnl
 dnl Copyright (c) 1994-1996,1998-2004 Todd C. Miller <Todd.Miller@courtesan.com>
 dnl
-AC_INIT(sudo, 1.6.8)
+AC_INIT(sudo, 1.6.9)
 AC_CONFIG_HEADER(config.h pathnames.h)
 dnl
 dnl This won't work before AC_INIT()
 dnl
-AC_MSG_NOTICE([Configuring Sudo version 1.6.8])
+AC_MSG_NOTICE([Configuring Sudo version 1.6.9])
 dnl
 dnl Variables that get substituted in the Makefile and man pages
 dnl
index ed149e98cb960946f22c59316639b9c9042594f8..f9002ab36cf989dddacd8af2f06d5fad0d23173c 100644 (file)
--- a/version.h
+++ b/version.h
@@ -23,6 +23,6 @@
 #ifndef _SUDO_VERSION_H
 #define _SUDO_VERSION_H
 
-static const char version[] = "1.6.8p1";
+static const char version[] = "1.6.9";
 
 #endif /* _SUDO_VERSION_H */