diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2007-10-17 04:26:06 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2007-10-17 04:26:06 +0000 |
commit | ebdb26af86961f3b0bcce472302c01810af12155 (patch) | |
tree | b0078ca6912ac548b07cfeb03aaed9d737f22aa9 /usr.bin/sudo/Makefile.in | |
parent | d8af0394f23725d01d6ee24975c1d089c023cd4e (diff) |
Update to sudo 1.6.9p6
Diffstat (limited to 'usr.bin/sudo/Makefile.in')
-rw-r--r-- | usr.bin/sudo/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/sudo/Makefile.in b/usr.bin/sudo/Makefile.in index c79da3320e5..3b47966bdce 100644 --- a/usr.bin/sudo/Makefile.in +++ b/usr.bin/sudo/Makefile.in @@ -20,7 +20,7 @@ # # @configure_input@ # -# $Sudo: Makefile.in,v 1.246.2.15 2007/09/05 23:23:44 millert Exp $ +# $Sudo: Makefile.in,v 1.246.2.16 2007/10/09 13:29:20 millert Exp $ # #### Start of system configuration section. #### @@ -131,7 +131,7 @@ TESTOBJS = interfaces.o testsudoers.o $(PARSEOBJS) LIBOBJS = @LIBOBJS@ @ALLOCA@ -VERSION = 1.6.9p5 +VERSION = 1.6.9p6 DISTFILES = $(SRCS) $(HDRS) BUGS CHANGES HISTORY INSTALL INSTALL.configure \ LICENSE Makefile.in PORTING README README.LDAP \ |