From: Tom Yu Date: Fri, 12 Feb 1999 03:45:21 +0000 (+0000) Subject: bump minor version X-Git-Tag: krb5-1.1-beta1~363 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=c805180feb548217812e9efde6e93d14284f043a;p=krb5.git bump minor version git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11168 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/util/pty/ChangeLog b/src/util/pty/ChangeLog index ab35f9b9d..11e8a5f81 100644 --- a/src/util/pty/ChangeLog +++ b/src/util/pty/ChangeLog @@ -1,6 +1,6 @@ Thu Feb 11 22:24:03 1999 Tom Yu - * Makefile.in: Add sane_hostname.{o,c} + * Makefile.in: Add sane_hostname.{o,c}; bump minor version. * libpty.h: Add prototype for make_sane_hostname. diff --git a/src/util/pty/Makefile.in b/src/util/pty/Makefile.in index 2faa285a3..2fd37ca30 100644 --- a/src/util/pty/Makefile.in +++ b/src/util/pty/Makefile.in @@ -9,7 +9,7 @@ SED = sed LIB=pty LIBMAJOR=1 -LIBMINOR=0 +LIBMINOR=1 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 \