diff options
author | pst <pst@FreeBSD.org> | 1997-11-27 20:52:28 +0000 |
---|---|---|
committer | pst <pst@FreeBSD.org> | 1997-11-27 20:52:28 +0000 |
commit | 702819e8e5eae39be34beee919ef5139e8958f7d (patch) | |
tree | b87708d3ef74eed9dca11b3ac499b5c27e04c88d /lib | |
parent | edc7af1d41032004b3a4af59de18c4d7b46d8258 (diff) | |
download | FreeBSD-src-702819e8e5eae39be34beee919ef5139e8958f7d.zip FreeBSD-src-702819e8e5eae39be34beee919ef5139e8958f7d.tar.gz |
Upgrade minor version
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libtcl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libtcl/Makefile b/lib/libtcl/Makefile index 16b85c7..ae5cd2e 100644 --- a/lib/libtcl/Makefile +++ b/lib/libtcl/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.23 1997/08/21 16:14:34 bde Exp $ +# $Id: Makefile,v 1.24 1997/10/01 13:37:27 phk Exp $ # # This file is generated automatically, do not edit it here! # @@ -19,7 +19,7 @@ CFLAGS+= -I${TCLDIST}/unix TCL_LIBRARY= /usr/libdata/tcl SHLIB_MAJOR= 80 -SHLIB_MINOR= 3 +SHLIB_MINOR= 4 LIB= tcl |