From 7503860211a9c8f243bf1924ec8ae4355a8f6f8f Mon Sep 17 00:00:00 2001 From: phk Date: Wed, 1 Oct 1997 13:31:29 +0000 Subject: New shlib is 80.3 --- tools/tools/tcl_bmake/mkMakefile.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/tools/tcl_bmake/mkMakefile.sh b/tools/tools/tcl_bmake/mkMakefile.sh index c8bdf12..29bf82e 100644 --- a/tools/tools/tcl_bmake/mkMakefile.sh +++ b/tools/tools/tcl_bmake/mkMakefile.sh @@ -1,5 +1,5 @@ #! /bin/sh -# $Id: mkMakefile.sh,v 1.24 1997/08/16 07:11:28 peter Exp $ +# $Id: mkMakefile.sh,v 1.25 1997/08/21 16:14:23 bde Exp $ # # This script generates a bmake Makefile for src/lib/libtcl # @@ -8,7 +8,7 @@ set -e # SETME: what versions the shared library should have. SHLIB_MAJOR=80 -SHLIB_MINOR=2 +SHLIB_MINOR=3 # SETME: where is the tcl stuff relative to this script SRCDIR=../../../contrib/tcl @@ -45,7 +45,7 @@ echo '# # Please change src/tools/tools/tcl_bmake/mkMakefile.sh instead # # Generated by src/tools/tools/tcl_bmake/mkMakefile.sh version: -# $Id: mkMakefile.sh,v 1.24 1997/08/16 07:11:28 peter Exp $ +# $Id: mkMakefile.sh,v 1.25 1997/08/21 16:14:23 bde Exp $ # ' | tr -d '$' >> ${LIBTCL}Makefile -- cgit v1.1