diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2005-02-05 23:31:54 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2005-02-05 23:31:54 +0000 |
commit | e7fa4316c2bf6f71dd851829824df85eaf17d4bd (patch) | |
tree | 5716ab05c054257d3281bd0f953088b16911cf23 /usr.bin/sudo/Makefile.in | |
parent | 032e3e55c9462a20c0f9af0c4ba6374225707f3c (diff) |
Update to Sudo 1.6.8p7
Diffstat (limited to 'usr.bin/sudo/Makefile.in')
-rw-r--r-- | usr.bin/sudo/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/sudo/Makefile.in b/usr.bin/sudo/Makefile.in index b5585b65a94..477ad2b7a8a 100644 --- a/usr.bin/sudo/Makefile.in +++ b/usr.bin/sudo/Makefile.in @@ -130,7 +130,7 @@ TESTOBJS = interfaces.o testsudoers.o $(PARSEOBJS) LIBOBJS = @LIBOBJS@ @ALLOCA@ -VERSION = 1.6.8p5 +VERSION = 1.6.8p7 DISTFILES = $(SRCS) $(HDRS) BUGS CHANGES HISTORY INSTALL INSTALL.configure \ LICENSE Makefile.in PORTING README README.LDAP RUNSON TODO \ |