diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2002-01-17 01:03:22 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2002-01-17 01:03:22 +0000 |
commit | 520e93c344e52248a2742787612ebeeff4c84bb3 (patch) | |
tree | 214031d9f733157fec8e8675d650fb31dafeda82 /usr.bin/sudo/Makefile.in | |
parent | b3eeacaa661de86440405b9804ca25bf61313508 (diff) |
update to sudo 1.6.5
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 11a993f992e..11a18f85a82 100644 --- a/usr.bin/sudo/Makefile.in +++ b/usr.bin/sudo/Makefile.in @@ -34,7 +34,7 @@ # # @configure_input@ # -# $Sudo: Makefile.in,v 1.222 2002/01/12 19:00:14 millert Exp $ +# $Sudo: Makefile.in,v 1.223 2002/01/16 23:37:33 millert Exp $ # #### Start of system configuration section. #### @@ -138,7 +138,7 @@ TESTOBJS = interfaces.o testsudoers.o $(PARSEOBJS) LIBOBJS = @LIBOBJS@ @ALLOCA@ -VERSION = 1.6.4 +VERSION = 1.6.5 DISTFILES = $(SRCS) $(HDRS) BUGS CHANGES HISTORY INSTALL INSTALL.configure \ LICENSE Makefile.in PORTING README RUNSON TODO TROUBLESHOOTING \ |