diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2007-10-25 16:08:13 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2007-10-25 16:08:13 +0000 |
commit | 491bdc51e07a5f6f526c9e49a85c29736a4e10c9 (patch) | |
tree | 7ce387c50ef40cbabe0f4e2575ff2c062f529b29 /usr.bin/sudo/Makefile.in | |
parent | 574e7dd73c2d47edb0d46658ea7bcb14a8ae1f21 (diff) |
Update to sudo 1.6.9p7
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 3b47966bdce..19ebf6f09ff 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.16 2007/10/09 13:29:20 millert Exp $ +# $Sudo: Makefile.in,v 1.246.2.17 2007/10/25 15:52:02 millert Exp $ # #### Start of system configuration section. #### @@ -131,7 +131,7 @@ TESTOBJS = interfaces.o testsudoers.o $(PARSEOBJS) LIBOBJS = @LIBOBJS@ @ALLOCA@ -VERSION = 1.6.9p6 +VERSION = 1.6.9p7 DISTFILES = $(SRCS) $(HDRS) BUGS CHANGES HISTORY INSTALL INSTALL.configure \ LICENSE Makefile.in PORTING README README.LDAP \ |