From 4ab610806a7c7f63581bed3fb2a524c1b4955f13 Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Wed, 20 Feb 2002 00:35:22 +0000 Subject: [PATCH] * Makefile.in (LIBMINOR): Bump git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14152 dc483132-0cff-0310-8789-dd5450dbe970 --- src/util/pty/ChangeLog | 4 ++++ src/util/pty/Makefile.in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/util/pty/ChangeLog b/src/util/pty/ChangeLog index ec6398cee..ed82c7126 100644 --- a/src/util/pty/ChangeLog +++ b/src/util/pty/ChangeLog @@ -1,3 +1,7 @@ +2002-02-19 Ken Raeburn + + * Makefile.in (LIBMINOR): Bump. + 2001-12-03 Sam Hartman * README: s-pty_init_ets/pty_init/ diff --git a/src/util/pty/Makefile.in b/src/util/pty/Makefile.in index 8e6531c8f..cc7a51cf1 100644 --- a/src/util/pty/Makefile.in +++ b/src/util/pty/Makefile.in @@ -12,7 +12,7 @@ PROG_RPATH=$(KRB5_LIBDIR) LIB=pty LIBMAJOR=1 -LIBMINOR=1 +LIBMINOR=2 STLIBOBJS= cleanup.o getpty.o init_slave.o open_ctty.o open_slave.o \ update_utmp.o update_wtmp.o vhangup.o void_assoc.o pty_err.o \ -- 2.26.2